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 }}
code4ghana
/
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 Nov 2, 2012
Merge pull request #485 from asparagui/add_period
Show description for 7b57a72
ptone
committed
7b57a72
Copy full SHA for 7b57a72
Fixed #19120 - Added an example of using ModelAdmin methods for read-only fields.
Show description for d1de759
timgraham
committed
d1de759
Copy full SHA for d1de759
Fixed #19167 - Added a warning regarding module-level database queries
Show description for 07361d1
timgraham
committed
07361d1
Copy full SHA for 07361d1
Cleaned up contrib.admin install instructions.
Show description for 082fad0
timgraham
committed
082fad0
Copy full SHA for 082fad0
Fixed #15361 - Documented performance considerations for QuerySet.get()
Show description for feaf9f2
timgraham
committed
feaf9f2
Copy full SHA for feaf9f2
Fixed a regression in gis introduced by Query.select_fields removal
akaariai
committed
92fc263
Copy full SHA for 92fc263
Documented minimal python 3.2 version.
apollo13
committed
0d8432d
Copy full SHA for 0d8432d
Fixed #19225 -- Typo in shortcuts docs.
Show description for f975c48
aaugustin
committed
f975c48
Copy full SHA for f975c48
Commits on Nov 1, 2012
Added WizardView.file_storage exception message and docs
Show description for af7ea80
timgraham
committed
af7ea80
Copy full SHA for af7ea80
Fixed #16678 -- Wrote tests for contrib.redirects app
Show description for d9213d0
claudep
committed
d9213d0
Copy full SHA for d9213d0
Fixed #19179 - Added mention of NamedUrlSessionWizard and NamedUrlCookieWizard; thanks Tom for the report.
timgraham
committed
ede8a0b
Copy full SHA for ede8a0b
Commits on Oct 31, 2012
Fixed #19216 - Switched to user level installation in apps tutorial.
Show description for dd0d2c0
timgraham
committed
dd0d2c0
Copy full SHA for dd0d2c0
minor fix (+'.' to end of line)
brettkoonce
committed
c4b71be
Copy full SHA for c4b71be
Fixed #19070 -- urlize filter no longer raises exceptions on 2.7
Show description for 7f75460
andrewgodwin
committed
7f75460
Copy full SHA for 7f75460
Fixed #17083 -- Allowed sessions to use non-default cache.
aaugustin
committed
146ed13
Copy full SHA for 146ed13
Removed dupe_avoidance from sql/query and sql/compiler.py
Show description for 6884713
akaariai
committed
6884713
Copy full SHA for 6884713
Merge pull request #481 from epicserve/testing_docs_update
Show description for 9bf0eed
ptone
committed
9bf0eed
Copy full SHA for 9bf0eed
Commits on Oct 30, 2012
The timeout variable wasn't defined, which was a little confusing.
epicserve
committed
d55c54a
Copy full SHA for d55c54a
Fixed #16671 - Added a tutorial on reuseable apps
Show description for 08cf549
timgraham
committed
08cf549
Copy full SHA for 08cf549
Fixed #19174 -- Fixed capitalization errors in LANG_INFO
Show description for 2f035a9
claudep
committed
2f035a9
Copy full SHA for 2f035a9
Prevented file_upload tests to leave files behind
Show description for 73245b3
claudep
committed
73245b3
Copy full SHA for 73245b3
Fixed #17744 -- Reset default file storage with setting_changed signal
claudep
committed
9a02851
Copy full SHA for 9a02851
Added release notes for 1.6.
Show description for 43d7cee
aaugustin
committed
43d7cee
Copy full SHA for 43d7cee
Fixed #15714 -- Added note about capitalization of LANG_INFO name_local
claudep
committed
5dc4437
Copy full SHA for 5dc4437
Fixed #5076 -- Properly decode POSTs with non-utf-8 payload encoding
Show description for 6de6988
claudep
committed
6de6988
Copy full SHA for 6de6988
Fixed #17869 - force logout when REMOTE_USER header disappears
Show description for 9741912
ptone
committed
9741912
Copy full SHA for 9741912
Fixed #19057 (again) -- added additional tests
ptone
committed
2b5f848
Copy full SHA for 2b5f848
Added some test guards for some recently added auth tests.
Show description for 81f5d4a
freakboy3742
committed
81f5d4a
Copy full SHA for 81f5d4a
Commits on Oct 29, 2012
Fixed #19209 -- Documented |date:"I".
Show description for 24b2aad
aaugustin
committed
24b2aad
Copy full SHA for 24b2aad
Fixed #19208 -- Docs for mod_wsgi daemon mode
Show description for bc00075
aaugustin
committed
bc00075
Copy full SHA for bc00075
Prevented leftover files and dirs in admin_scripts tests
claudep
committed
d30516e
Copy full SHA for d30516e
Fixed #19172 -- Isolated poisoned_http_host tests from 500 handlers
Show description for b774c59
claudep
committed
b774c59
Copy full SHA for b774c59
Fixed #17991 - prefetch_related fails with GenericRelation and varchar ID field
Show description for 4c4d085
spookylukey
committed
4c4d085
Copy full SHA for 4c4d085
Fixed #19061 -- added is_active attribute to AbstractBaseUser
ptone
committed
4ea8105
Copy full SHA for 4ea8105
Commits on Oct 28, 2012
Fixed #18575 -- Empty DATABASES should default to dummy backend
Show description for f1cc2be
claudep
committed
f1cc2be
Copy full SHA for f1cc2be
Pagination
Previous
Next
You can’t perform that action at this time.