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 }}
linan
/
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 Sep 4, 2012
Fixed #18824 -- Allow deleting a setting from overriden settings
claudep
committed
22f85b9
Copy full SHA for 22f85b9
Fixed #18902 -- Made force_bytes properly handle exception input
Show description for cc9b767
claudep
committed
cc9b767
Copy full SHA for cc9b767
Commits on Sep 1, 2012
Merge pull request #315 from streeter/auth-docs-cleanup-patch
Show description for 03ad7d3
timgraham
committed
03ad7d3
Copy full SHA for 03ad7d3
Fixed #17892 -- Do not include whole RegexURLPattern lists in RegexURLResolver repr
Show description for 28fd876
claudep
committed
28fd876
Copy full SHA for 28fd876
Fixed #18840 - Added a mentioned of the upload_to parameter to the ModelForm example in file uploads.
timgraham
committed
c6088bc
Copy full SHA for c6088bc
Fixed #18212 -- Standardized arguments of GenericIPAddressField
Show description for 306d348
claudep
committed
306d348
Copy full SHA for 306d348
Fixed #13608 - Noted that template lookups use literal values.
timgraham
committed
74c025d
Copy full SHA for 74c025d
Fixed #17378 - Added a flattened index for class-based views.
Show description for 5faadea
timgraham
committed
5faadea
Copy full SHA for 5faadea
Fixed #9920 - Clarfied empty string vs. localhost in settings database host.
Show description for f7142b6
timgraham
committed
f7142b6
Copy full SHA for f7142b6
Fixed #16936 - Updated javascript for CSRF protection.
Show description for e376558
timgraham
committed
e376558
Copy full SHA for e376558
Fixed #18642 - Added a note suggesting the use of render() rather than render_to_response() if you need RequestContext in your template.
timgraham
committed
f99ecaf
Copy full SHA for f99ecaf
Commits on Aug 31, 2012
Clarify some of the password reset docs
Show description for fef641d
streeter
committed
fef641d
Copy full SHA for fef641d
Fixed #16309 - Made ModelAdmin.list_filter versionchanged annotations more specific to the sections that changed; thanks akaihola for the suggestion and patch.
timgraham
committed
7089638
Copy full SHA for 7089638
Added 1.4.1 and 1.3.2 release notes
claudep
committed
44f541a
Copy full SHA for 44f541a
Fixed #14556 - Documented how to use flatpages in URLconf; thanks Claude Paroz for the draft patch.
timgraham
committed
7235cc7
Copy full SHA for 7235cc7
Merge pull request #310 from juanpex/master
Show description for 785980d
apollo13
committed
785980d
Copy full SHA for 785980d
Merge pull request #311 from gutworth/py3-doc
Show description for fc81854
apollo13
committed
fc81854
Copy full SHA for fc81854
Merge pull request #313 from davidfischer/master
Show description for d05eee0
apollo13
committed
d05eee0
Copy full SHA for d05eee0
Fixed #18883 -- added a missing self parameter in the docs
alex
committed
17d5727
Copy full SHA for 17d5727
Commits on Aug 30, 2012
Fixed #18384 - Reformatted GeoDjango install instructions slightly.
timgraham
committed
f698b97
Copy full SHA for f698b97
Made get_table_description also return the size of char fields on SQLite
claudep
committed
a9a773f
Copy full SHA for a9a773f
Fixed #5725 -- Fixed varchar column size introspection for MySQL
Show description for 879b245
claudep
committed
879b245
Copy full SHA for 879b245
Fixed #18751 -- Cleaned up BaseFormSet._should_delete_form
Show description for fb3d916
claudep
committed
fb3d916
Copy full SHA for fb3d916
Replaced some smart_xxx by force_xxx equivalent
Show description for ae88e73
claudep
committed
ae88e73
Copy full SHA for ae88e73
Fixed #18647 - Removed link to Malcolm's blog which is gone.
timgraham
committed
36df198
Copy full SHA for 36df198
Fixed #18871 - Fixed typo in multi-db docs.
timgraham
committed
141e6cd
Copy full SHA for 141e6cd
Fixed comment typo
davidfischer
committed
06b1ded
Copy full SHA for 06b1ded
Commits on Aug 29, 2012
[py3] Ported the 'shell' management command.
Show description for 723c9a8
aaugustin
committed
723c9a8
Copy full SHA for 723c9a8
Fixed #18874 -- Updated new name of README.rst to auxiliary files
Bruno Renié
authored and
claudep
committed
adbdb18
Copy full SHA for adbdb18
Made FileSystemStorage accept both text and byte streams
Show description for 4e70ad1
claudep
committed
4e70ad1
Copy full SHA for 4e70ad1
Removed unnecessary bytes prefix for ContentFile
claudep
committed
b5240d2
Copy full SHA for b5240d2
Fixed #11739 -- Made ContentFile support Unicode input
claudep
committed
361d673
Copy full SHA for 361d673
Replaced many smart_bytes by force_bytes
Show description for ebc773a
claudep
committed
ebc773a
Copy full SHA for ebc773a
Indexing bytes is the problem not slicing.
benjaminp
committed
c87b08d
Copy full SHA for c87b08d
Commits on Aug 28, 2012
[py3] Fixed test failures introduced in 3afb5916b215c79e36408b729c9516bc435f5cb7.
apollo13
committed
9eafb65
Copy full SHA for 9eafb65
Pagination
Previous
Next
You can’t perform that action at this time.