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 }}
sunahsuh
/
django
Public
forked from
django/django
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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 Jul 13, 2012
Updated links for MacOSX python installers
claudep
committed
b6215f6
Copy full SHA for b6215f6
Fixed #18601 -- Specified that Python minimum version is 2.6.5
Show description for 18b9dc4
ptone
authored and
claudep
committed
18b9dc4
Copy full SHA for 18b9dc4
Commits on Jul 12, 2012
Fixed #18617 -- Highlighted that the app_directories template loader depends on the order of INSTALLED_APPS.
Show description for 8c670ee
aaugustin
committed
8c670ee
Copy full SHA for 8c670ee
Removed old gis install instructions for obsolete distros
claudep
committed
e806f04
Copy full SHA for e806f04
Remove some code that has been dead since newforms-admin was merged, many moons ago.
alex
authored and
Alex Gaynor
committed
fb8ec28
Copy full SHA for fb8ec28
Commits on Jul 11, 2012
Merge pull request #197 from StefanKjartansson/master
Show description for c9a1f9d
adrianholovaty
committed
c9a1f9d
Copy full SHA for c9a1f9d
Merge pull request #199 from mitnk/master
Show description for f487524
adrianholovaty
committed
f487524
Copy full SHA for f487524
fixed a typo in timezones docs.
mitnk
committed
fe443b1
Copy full SHA for fe443b1
Commits on Jul 10, 2012
Changed `manage.py shell`'s help text to reflect that it can invoke bpython.
alex
committed
76d5daa
Copy full SHA for 76d5daa
typo in "django/docs/topics/python3.txt"
StefanKjartansson
committed
5664338
Copy full SHA for 5664338
Fixed #18602 -- Improved error message when database NAME is missing
Show description for 828f7b6
claudep
committed
828f7b6
Copy full SHA for 828f7b6
Commits on Jul 9, 2012
Added supplementary check for CUIT number of ar localflavor
Show description for d9db1d3
claudep
committed
d9db1d3
Copy full SHA for d9db1d3
Fixed #18537 -- Fixed CUIT calculation in ar localflavor
Show description for 1d29823
claudep
committed
1d29823
Copy full SHA for 1d29823
Commits on Jul 8, 2012
Fixed #18577 - Clarified middleware initialization.
Show description for 590de18
timgraham
committed
590de18
Copy full SHA for 590de18
Fixed #18173 - Corrected ModelAdmin documentation for get_changelist.
Show description for d44aa98
timgraham
committed
d44aa98
Copy full SHA for d44aa98
Fixed #18590 - Reverted Python 2.4 workaround for Model pickling
Show description for 146aff3
claudep
committed
146aff3
Copy full SHA for 146aff3
Fixed #18487 -- Made sure that protocol-relative URLs aren't processed by the cached staticfiles storage. Thanks to LukaszBalcerzak for the patch.
jezdez
committed
1aa0d8a
Copy full SHA for 1aa0d8a
Fixed #18050 -- Fixed a rather glaring bug in the handling of @import statements when using the cached staticfiles storage.
jezdez
committed
3047981
Copy full SHA for 3047981
Merge branch 'master' of github.com:django/django
jezdez
committed
effc2ca
Copy full SHA for effc2ca
Fixed #18430 -- Use the FILE_CHARSET setting when reading from a file during post processing with the cached staticfiles storage. Thanks to Brant Young for initial debugging.
jezdez
committed
3727f6d
Copy full SHA for 3727f6d
Fixed #18374 -- Explained "corrupt image" error
Show description for 5e94ef2
aaugustin
committed
5e94ef2
Copy full SHA for 5e94ef2
Commits on Jul 7, 2012
Fixed #17978 -- Fixed a minor layout issue when an inline contains a filter horizontal widget. Thanks to Aymeric Augustin for the report.
jphalip
committed
8015593
Copy full SHA for 8015593
Fixed #18164 -- Precised startapp template context content
claudep
committed
249c445
Copy full SHA for 249c445
Fixed #18589 -- Typo in generic CBV docs.
Show description for d94cfdc
aaugustin
committed
d94cfdc
Copy full SHA for d94cfdc
Removed Django 1.0-specific sections.
aaugustin
committed
bbc5906
Copy full SHA for bbc5906
Fixed #18587 -- Typo in management command example
Show description for 29ca3d3
aaugustin
committed
29ca3d3
Copy full SHA for 29ca3d3
Merge branch 'master' of github.com:django/django
apollo13
committed
a4bb7dd
Copy full SHA for a4bb7dd
Fixed #18254 -- Added ability to the static template tags to store the result in a contextt variable. Many thanks to Andrei Antoukh for the initial patch.
jezdez
committed
0a68a29
Copy full SHA for 0a68a29
Fixed a regression in the user admin page introduced in a92e7f37c4ae84b6b8d8016cc6783211e9047219.
Show description for 52a9e15
apollo13
committed
52a9e15
Copy full SHA for 52a9e15
Fixed #17257 - Removed outdated comment in syndication view
Show description for 8dafd04
claudep
committed
8dafd04
Copy full SHA for 8dafd04
Commits on Jul 6, 2012
Merge pull request #176 from benspaulding/ticket_18521
Show description for 8855f93
adrianholovaty
committed
8855f93
Copy full SHA for 8855f93
Merge pull request #183 from rpedigoni/master
Show description for 70ac570
adrianholovaty
committed
70ac570
Copy full SHA for 70ac570
Merge pull request #187 from evildmp/docs_typos
Show description for 4e8084a
adrianholovaty
committed
4e8084a
Copy full SHA for 4e8084a
Merge pull request #188 from semente/patch-1
Show description for 7151fbd
adrianholovaty
committed
7151fbd
Copy full SHA for 7151fbd
Fix copyright holder
Guilherme Gondim
committed
91e4f7e
Copy full SHA for 91e4f7e
Pagination
Previous
Next
You can’t perform that action at this time.