Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
p
/
django
Public
forked from
django/django
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jan 20, 2013
Cleaned up testing models.py added for earliest()
Show description for 7aa5383
akaariai
committed
7aa5383
View commit details
Copy full SHA for 7aa5383
Browse repository at this point
Added missing versionadded 1.6 to docs of earliest()
Show description for f96c86b
akaariai
committed
f96c86b
View commit details
Copy full SHA for f96c86b
Browse repository at this point
Fixed #17813 -- Added a .earliest() method to QuerySet
Show description for fe54377
slurms
authored and
akaariai
committed
fe54377
View commit details
Copy full SHA for fe54377
Browse repository at this point
Commits on Jan 19, 2013
Fix in makemessages refactoring plus UI tweaks.
ramiro
committed
37718eb
View commit details
Copy full SHA for 37718eb
Browse repository at this point
Refactored makemessages command
claudep
committed
755f215
View commit details
Copy full SHA for 755f215
Browse repository at this point
Fixed #19606 -- Adjusted cx_Oracle unicode detection.
Jani Tiainen
authored and
akaariai
committed
d194f29
View commit details
Copy full SHA for d194f29
Browse repository at this point
Commits on Jan 18, 2013
Fixed #19628 - Noted that app for custom user model must be in INSTALLED_APPS
Show description for 0375244
timgraham
committed
0375244
View commit details
Copy full SHA for 0375244
Browse repository at this point
Fixed #19632 -- Bug in code sample.
Show description for 1dd7492
aaugustin
committed
1dd7492
View commit details
Copy full SHA for 1dd7492
Browse repository at this point
Removed models/related.py BoundRelatedObject
Show description for 56f34f9
akaariai
committed
56f34f9
View commit details
Copy full SHA for 56f34f9
Browse repository at this point
Avoided unnecessary recreation of RelatedObjects
Show description for 3647c0a
akaariai
committed
3647c0a
View commit details
Copy full SHA for 3647c0a
Browse repository at this point
Commits on Jan 17, 2013
Made (make|compile)messages commands accept multiple locales at once.
Show description for 6158c79
jakul
authored and
ramiro
committed
6158c79
View commit details
Copy full SHA for 6158c79
Browse repository at this point
Simplified i18n commands tests.
ramiro
committed
295650b
View commit details
Copy full SHA for 295650b
Browse repository at this point
Commits on Jan 16, 2013
Modified makemessages so it creates .pot files once per invocation.
Show description for 248aee1
ramiro
committed
248aee1
View commit details
Copy full SHA for 248aee1
Browse repository at this point
Fixed #17008 -- Added makemessages option to not remove .pot files.
Show description for eee8652
ramiro
committed
eee8652
View commit details
Copy full SHA for eee8652
Browse repository at this point
Fixed #19597 - Added some notes on jQuery in admin.
Show description for d406afe
timgraham
committed
d406afe
View commit details
Copy full SHA for d406afe
Browse repository at this point
Commits on Jan 15, 2013
Merge pull request #649 from mattrobenolt/patch-1
Show description for b4b0034
aaugustin
committed
b4b0034
View commit details
Copy full SHA for b4b0034
Browse repository at this point
Kill mx.TextTools with fire
mattrobenolt
committed
222a956
View commit details
Copy full SHA for 222a956
Browse repository at this point
Removed obsolete comment.
Show description for 4cf057f
aaugustin
committed
4cf057f
View commit details
Copy full SHA for 4cf057f
Browse repository at this point
Fixed #19099 -- Split broken link emails out of common middleware.
aaugustin
committed
50a985b
View commit details
Copy full SHA for 50a985b
Browse repository at this point
Fixed a typo in the error reporting docs.
aaugustin
committed
83d0cc5
View commit details
Copy full SHA for 83d0cc5
Browse repository at this point
Removed some uses of the deprecated assertEquals
Alex Gaynor
committed
984e91e
View commit details
Copy full SHA for 984e91e
Browse repository at this point
Fixed #19614 -- Missing request argument in render call.
Show description for 74d72e2
aaugustin
committed
74d72e2
View commit details
Copy full SHA for 74d72e2
Browse repository at this point
Clarified WizardView.get_form_prefix doc, refs #19024
timgraham
committed
c9b577e
View commit details
Copy full SHA for c9b577e
Browse repository at this point
Fixed #19605 - Removed unused url imports from doc examples.
Show description for 43f89e0
timgraham
committed
43f89e0
View commit details
Copy full SHA for 43f89e0
Browse repository at this point
Fixed #19092 -- Completed Lithuanian date/time formats
Show description for 2f8ab2f
claudep
committed
2f8ab2f
View commit details
Copy full SHA for 2f8ab2f
Browse repository at this point
Commits on Jan 14, 2013
Merge pull request #642 from dcramer/patch-1
Show description for c346d35
alex
committed
c346d35
View commit details
Copy full SHA for c346d35
Browse repository at this point
Improve test to ensure that post_delete was actually called
dcramer
committed
a7ed09d
View commit details
Copy full SHA for a7ed09d
Browse repository at this point
Move logic seperation as its not longer repetitive
dcramer
committed
abbb888
View commit details
Copy full SHA for abbb888
Browse repository at this point
Move signal disconnect into finally block
dcramer
committed
6045efa
View commit details
Copy full SHA for 6045efa
Browse repository at this point
Add David Cramer to AUTHORS
dcramer
committed
d53e3b1
View commit details
Copy full SHA for d53e3b1
Browse repository at this point
Send post_delete signals immediately
Show description for 272de9e
dcramer
committed
272de9e
View commit details
Copy full SHA for 272de9e
Browse repository at this point
Commits on Jan 13, 2013
Added details on minified jQuery and DEBUG mode for contrib.admin.
Show description for 4720117
timgraham
committed
4720117
View commit details
Copy full SHA for 4720117
Browse repository at this point
Fixed typo in file storage docs.
Show description for 0ca2d1e
aaugustin
committed
0ca2d1e
View commit details
Copy full SHA for 0ca2d1e
Browse repository at this point
Commits on Jan 12, 2013
Fixed #14633 - Organized settings reference docs and added a topical index.
Show description for ba50d3e
timgraham
committed
ba50d3e
View commit details
Copy full SHA for ba50d3e
Browse repository at this point
Fixed #17574 -- Implemented missing get_key_columns in PostgreSQL backend
claudep
committed
0171ba6
View commit details
Copy full SHA for 0171ba6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.