Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
chmarr
/
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
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 14, 2012
Fixed #2304 -- Documented TRANSACTIONS_MANAGED.
aaugustin
committed
a001f3c
Copy full SHA for a001f3c
Commits on Dec 13, 2012
Fixed a couple of stale tests caused by patch for #19462
Show description for 7eba5fb
akaariai
committed
7eba5fb
Copy full SHA for 7eba5fb
Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering
Show description for 088d3bc
akaariai
committed
088d3bc
Copy full SHA for 088d3bc
Commits on Dec 12, 2012
Fixed #19432 -- Provided better error message for get_object_or_404
Show description for 6ed6a18
claudep
committed
6ed6a18
Copy full SHA for 6ed6a18
Commits on Dec 11, 2012
Fixed #19461 - Linked to psycopg in topics/install.txt
Show description for 6cad5f2
timgraham
committed
6cad5f2
Copy full SHA for 6cad5f2
Fixed #19377 - Emphasized database host link in tutorial
timgraham
committed
0eed8ec
Copy full SHA for 0eed8ec
Fixed an order dependant test failure.
apollo13
committed
7e97f4f
Copy full SHA for 7e97f4f
Commits on Dec 10, 2012
Fixed a test failure in the comment tests.
apollo13
committed
1eb0da1
Copy full SHA for 1eb0da1
Fixed a security issue in get_host.
Show description for 2756092
apollo13
committed
2756092
Copy full SHA for 2756092
Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users.
apollo13
committed
a2f2a39
Copy full SHA for a2f2a39
Amended an SQL test fixture to not include an id value
Show description for 0cdfa76
claudep
committed
0cdfa76
Copy full SHA for 0cdfa76
Commits on Dec 9, 2012
Edited the middleware doc for completeness, clarity, and consistency.
aaugustin
committed
be9f291
Copy full SHA for be9f291
Fixed #12502 -- Improved middleware diagram.
aaugustin
committed
ae8e973
Copy full SHA for ae8e973
Fixed #19392 -- Improved error for old-style url tags with dashes.
Show description for 4951932
aaugustin
committed
4951932
Copy full SHA for 4951932
Commits on Dec 8, 2012
Removed US localflavor-specific tests from core
Show description for 8248d14
claudep
committed
8248d14
Copy full SHA for 8248d14
Fixed #19389 -- Docs on the location of contrib apps tests.
aaugustin
committed
d5ed81c
Copy full SHA for d5ed81c
Merge pull request #572 from un33k/master
Show description for b21e075
aaugustin
committed
b21e075
Copy full SHA for b21e075
Fixed #19439 -- Removed unused template tag library in change_password.html
Show description for 35492f8
claudep
committed
35492f8
Copy full SHA for 35492f8
Fixed #19423 -- Prevented ModelAdmin sharing widgets due to formfield_overrides
Show description for 04e6542
claudep
committed
04e6542
Copy full SHA for 04e6542
Fixed a string detection in ogrinspect.py
claudep
committed
6140795
Copy full SHA for 6140795
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Show description for c916673
claudep
committed
c916673
Copy full SHA for c916673
Commits on Dec 7, 2012
Fixed #19444 -- Clarified IGNORABLE_404_URLS documentation
claudep
committed
53b879f
Copy full SHA for 53b879f
Commits on Dec 6, 2012
Fixed #18574 -- Make BaseFormSet.is_valid call its underlying forms' is_valid
Show description for 66dfcc1
foonicorn
authored and
claudep
committed
66dfcc1
Copy full SHA for 66dfcc1
Fixed #19367 -- Fixed saving ContentFile in filesystem storage
Show description for 34dcf51
claudep
committed
34dcf51
Copy full SHA for 34dcf51
Fixed #19429 -- Applied linebreaksbr to read-only fields in inlines
Show description for 553838a
Marc Aymerich
authored and
claudep
committed
553838a
Copy full SHA for 553838a
Commits on Dec 4, 2012
Amended explanation of LOCALE_PATHS setting.
Show description for 37abad7
evildmp
authored and
ramiro
committed
37abad7
Copy full SHA for 37abad7
Minor idiomatic and docstring edits in ar localflavor.
ramiro
committed
45f00db
Copy full SHA for 45f00db
Fixed #19391 -- Oracle specific failure in tests
Show description for 632cf32
akaariai
committed
632cf32
Copy full SHA for 632cf32
Fixed the admin_filters tests for Postgres.
jphalip
committed
c196e01
Copy full SHA for c196e01
Fixed #19378 -- Ensured get_success_url returns a non-lazy URL
claudep
committed
795ac7d
Copy full SHA for 795ac7d
Merge pull request #573 from tominsam/master
Show description for 501c7a2
andrewgodwin
committed
501c7a2
Copy full SHA for 501c7a2
Fixed #18697 -- Made values accepted for two customizable admin templates consistent.
Show description for b64d304
ramiro
committed
b64d304
Copy full SHA for b64d304
Commits on Dec 3, 2012
Fixed #19318 -- Ensured that the admin's SimpleListFilter options can be displayed as selected even if the lookup's first element is not a string.
sebasmagri
authored and
jphalip
committed
88e1715
Copy full SHA for 88e1715
Fixed #19416 -- Fixed multi-line commands in initial SQL files
Show description for 5fa5621
claudep
committed
5fa5621
Copy full SHA for 5fa5621
Merge pull request #569 from orblivion/master
Show description for 6d27547
ptone
committed
6d27547
Copy full SHA for 6d27547
Pagination
Previous
Next
You can’t perform that action at this time.