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 }}
alex
/
django
Public
forked from
django/django
Notifications
You must be signed in to change notification settings
Fork
2
Star
1
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 Jul 13, 2014
Added a newline to appease flake8
alex
committed
037f81f
View commit details
Copy full SHA for 037f81f
Browse repository at this point
Commits on Jul 12, 2014
Fixed #22939 -- Delayed admin_static backend detection
Show description for 22b2fb0
claudep
authored and
aaugustin
committed
22b2fb0
View commit details
Copy full SHA for 22b2fb0
Browse repository at this point
Checked more precisely whether the app registry is ready.
Show description for a764a9c
aaugustin
committed
a764a9c
View commit details
Copy full SHA for a764a9c
Browse repository at this point
Removed extra newline.
timgraham
committed
b48c2c5
View commit details
Copy full SHA for b48c2c5
Browse repository at this point
Bump the default iterations for PBKDF2.
Show description for 6732566
alex
committed
6732566
View commit details
Copy full SHA for 6732566
Browse repository at this point
Fixed #22983: Alert when squashing RunPython operations with referred functions.
andrewgodwin
committed
ebb13bb
View commit details
Copy full SHA for ebb13bb
Browse repository at this point
Commits on Jul 10, 2014
Removed docs for @permalink decorator.
Show description for 4e4c10b
timgraham
committed
4e4c10b
View commit details
Copy full SHA for 4e4c10b
Browse repository at this point
Added contrib.auth migration for refs #13147.
timgraham
committed
d5e1a2d
View commit details
Copy full SHA for d5e1a2d
Browse repository at this point
Add south upgrade note to 1.7 release notes
andrewgodwin
committed
ceb2aaf
View commit details
Copy full SHA for ceb2aaf
Browse repository at this point
Fix comment
andrewgodwin
committed
9e5a37c
View commit details
Copy full SHA for 9e5a37c
Browse repository at this point
Fixed #13147 -- Moved User validation logic from form to model.
flisky
authored and
timgraham
committed
849538d
View commit details
Copy full SHA for 849538d
Browse repository at this point
Removed primary authors section from AUTHORS.
timgraham
committed
d883336
View commit details
Copy full SHA for d883336
Browse repository at this point
Fixed typo in docs/ref/contrib/gis/geos.txt.
timgraham
committed
fef26e9
View commit details
Copy full SHA for fef26e9
Browse repository at this point
Fixed #22809 -- Added model Field API reference.
Show description for e1fa7df
jorgecarleitao
authored and
timgraham
committed
e1fa7df
View commit details
Copy full SHA for e1fa7df
Browse repository at this point
Fixed #22922: Better error message for InvalidBasesError.
andrewgodwin
committed
b02abd6
View commit details
Copy full SHA for b02abd6
Browse repository at this point
Fixed #22970: Incorrect dependencies for existing migrated apps
andrewgodwin
committed
008bff9
View commit details
Copy full SHA for 008bff9
Browse repository at this point
Fixed #22988 -- Adjusted an introspection test assertion.
Show description for b7455b5
jarshwah
authored and
charettes
committed
b7455b5
View commit details
Copy full SHA for b7455b5
Browse repository at this point
Commits on Jul 9, 2014
Fixed #19671 -- Added warnings that null and validators are ignored for ManyToManyField.
Show description for 011abb7
coder9042
authored and
timgraham
committed
011abb7
View commit details
Copy full SHA for 011abb7
Browse repository at this point
Revert "Improve cookie based session backend docs." refs #20418
Show description for 3a85aae
timgraham
committed
3a85aae
View commit details
Copy full SHA for 3a85aae
Browse repository at this point
Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.
Show description for 5e2c4a4
timgraham
committed
5e2c4a4
View commit details
Copy full SHA for 5e2c4a4
Browse repository at this point
Fixed #22351 -- Removed usage of lambdas in model field options.
Show description for 5ebf03b
timgraham
committed
5ebf03b
View commit details
Copy full SHA for 5ebf03b
Browse repository at this point
Fixed #22223 -- Prevented over-escaping URLs in reverse()
Show description for e167e96
claudep
committed
e167e96
View commit details
Copy full SHA for e167e96
Browse repository at this point
Fixed #22812 -- Refactored lookup API documentation.
Show description for 8780849
jorgecarleitao
authored and
timgraham
committed
8780849
View commit details
Copy full SHA for 8780849
Browse repository at this point
Commits on Jul 8, 2014
Document -l as well as --list on migrate
andrewgodwin
committed
503e59c
View commit details
Copy full SHA for 503e59c
Browse repository at this point
Added a unit test to ensure models cannot be ordered by a M2M field.
PirosB3
authored and
timgraham
committed
865bc71
View commit details
Copy full SHA for 865bc71
Browse repository at this point
Fixed #22978 -- Removed a USA-centric example that didn't add much.
timgraham
committed
9f18b6b
View commit details
Copy full SHA for 9f18b6b
Browse repository at this point
Fixed #21832 -- Updated prompt, tests, and docs to show that USERNAME_FIELD supports FK after 9bc2d76.
Show description for 75ff7b8
coder9042
authored and
timgraham
committed
75ff7b8
View commit details
Copy full SHA for 75ff7b8
Browse repository at this point
Commits on Jul 7, 2014
Removed unnecessary directory in dispatch tests.
timgraham
committed
136a3ff
View commit details
Copy full SHA for 136a3ff
Browse repository at this point
Fixed flake8 errors.
timgraham
committed
fddd952
View commit details
Copy full SHA for fddd952
Browse repository at this point
Fixed #22909 -- Removed camelCasing in some tests.
Show description for 89b9e6e
timgraham
committed
89b9e6e
View commit details
Copy full SHA for 89b9e6e
Browse repository at this point
Fixed #22942 -- Noted that __init__.py files are required for management command detection.
Show description for 54546ce
timgraham
committed
54546ce
View commit details
Copy full SHA for 54546ce
Browse repository at this point
Fixed #22966 -- Clarified which release notes appear for each doc version.
Show description for e6b3d6c
timgraham
committed
e6b3d6c
View commit details
Copy full SHA for e6b3d6c
Browse repository at this point
Commits on Jul 6, 2014
Fixed a few PEP8 errors in settings doc.
collinanderson
committed
2c1384f
View commit details
Copy full SHA for 2c1384f
Browse repository at this point
Fixed pyinotify performance regression in 15f82c7011
Show description for 6d302f6
claudep
committed
6d302f6
View commit details
Copy full SHA for 6d302f6
Browse repository at this point
Fixed #21079 -- Further normalized table names in inspectdb
Show description for b144bfb
claudep
committed
b144bfb
View commit details
Copy full SHA for b144bfb
Browse repository at this point
Previous
Next
You can’t perform that action at this time.