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 }}
ymre
/
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 Aug 5, 2012
Merge pull request #233 from rafikdraoui/modeladmin-doc
Show description for a04f68b
timgraham
committed
a04f68b
Copy full SHA for a04f68b
Fixed some typos on the documentation's index page.
jphalip
committed
19642a7
Copy full SHA for 19642a7
Fixed testing on SpatiaLite 2.4, which has support for `InitSpatialMetaData`.
Justin Bronn
committed
1c3464e
Copy full SHA for 1c3464e
Moved a note about django-admin.py errors from Tutorial Part 1 to a new FAQ Troubleshooting page. This is to avoid confusion for beginners.
Agilemeister
authored and
jphalip
committed
5d4f993
Copy full SHA for 5d4f993
Commits on Aug 4, 2012
Restructured the documentation's index page and added some introductory sentences to each section.
jphalip
committed
1978635
Copy full SHA for 1978635
Fixed a mistake in function documentation 'django.utils.functional.partition'
Show description for 86c5c01
timgraham
committed
86c5c01
Copy full SHA for 86c5c01
Small improvement to the `contrib.messages` doc introduction.
jphalip
committed
9ea4dc9
Copy full SHA for 9ea4dc9
Added a missing space to the description of the `cut` filter.
apollo13
committed
62ae711
Copy full SHA for 62ae711
Merge pull request #210 from pydanny/ticket_18632
Show description for 5f9b2be
alex
committed
5f9b2be
Copy full SHA for 5f9b2be
For #210, cleaned up text and formatting.
pydanny
committed
1fefd91
Copy full SHA for 1fefd91
Merge pull request #153 from webjunkie/patch-1
Show description for 84c3c90
timgraham
committed
84c3c90
Copy full SHA for 84c3c90
Merge pull request #244 from mbrochh/master
Show description for 46589d0
timgraham
committed
46589d0
Copy full SHA for 46589d0
Fixed #16980 - Misc updates to the auth docs. Thanks Preston Holmes for the patch.
timgraham
committed
865ff32
Copy full SHA for 865ff32
Fixed #18713 -- Fixed custom comment app name in comments docs
Show description for 542c20b
claudep
committed
542c20b
Copy full SHA for 542c20b
Fixed #7833 -- Improved UserCreationForm password validation
Show description for 09a719a
claudep
committed
09a719a
Copy full SHA for 09a719a
Fixed #5524 -- Do not remove cleaned_data when a form fails validation
Show description for 121fd10
claudep
committed
121fd10
Copy full SHA for 121fd10
Fixed #18700 -- Added URL reversal for i18n set_language view.
DrMeers
committed
10f979f
Copy full SHA for 10f979f
Commits on Aug 3, 2012
Fixed #15932 - Documented how to supress multiple reverse relations to the same model.
Show description for b496be3
timgraham
committed
b496be3
Copy full SHA for b496be3
[py3] Removed uses of sys.maxint under Python 3.
Show description for d01eaf7
aaugustin
committed
d01eaf7
Copy full SHA for d01eaf7
Remove a temporary variable deletion, it's not a big deal and it doesn't exist on python3.
alex
committed
129f1ac
Copy full SHA for 129f1ac
Documented the trick used in 9908201d7f.
aaugustin
committed
5aec69e
Copy full SHA for 5aec69e
Replaced some byte strings by str() calls
Show description for 9908201
claudep
committed
9908201
Copy full SHA for 9908201
Removed some pre-1.3.0 postgis compatibility code
claudep
committed
2407c45
Copy full SHA for 2407c45
Fixed #13904 - Documented how to avoid garbage collection messages in GIS.
Show description for 083a3a4
timgraham
committed
083a3a4
Copy full SHA for 083a3a4
Reorganized geoapp gis tests
Show description for c5d6f6d
claudep
committed
c5d6f6d
Copy full SHA for c5d6f6d
Fixed #18363 -- Improved Galician date and time format strings
Show description for a55cde8
claudep
committed
a55cde8
Copy full SHA for a55cde8
Fixed #18684 -- Added Finnish DATETIME_FORMAT
Show description for 8fbfd21
claudep
committed
8fbfd21
Copy full SHA for 8fbfd21
Commits on Aug 2, 2012
Fixed #17704 - Updated the StackedInline section in Tutorial 2; thanks xbito for the draft patch.
timgraham
committed
2a16eb0
Copy full SHA for 2a16eb0
Fixed #16941 - Clarified naturaltime output when the time is more than a day old.
Show description for 07e10fb
timgraham
committed
07e10fb
Copy full SHA for 07e10fb
Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London.
timgraham
committed
39541be
Copy full SHA for 39541be
Update docs/topics/class-based-views/index.txt
Show description for 6f229d2
mbrochh
committed
6f229d2
Copy full SHA for 6f229d2
Fixed #18472 - Added warning regarding set_language / i18n_patterns.
DrMeers
committed
d7816c5
Copy full SHA for d7816c5
Reinstated Pinax link that was still in use by others.
DrMeers
committed
c59fff7
Copy full SHA for c59fff7
Commits on Aug 1, 2012
Fixed #16168 - Added note regarding type requirements when overridng ModelForm fields.
Show description for ebbc414
timgraham
committed
ebbc414
Copy full SHA for ebbc414
Commits on Jul 31, 2012
Fixed #18122 - Clarified section title regarding applying permissions to generic views.
timgraham
committed
964979e
Copy full SHA for 964979e
Pagination
Previous
Next
You can’t perform that action at this time.