Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
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
/
Sign in
Sign up
Appearance settings
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 }}
jalil0s
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 21, 2012
Removed inaccurate statement from the StreamingHttpResponse docs.
Show description for 104ca49
aaugustin
committed
104ca49
View commit details
Copy full SHA for 104ca49
Browse repository at this point
Added tests for conditional_content_removal.
Show description for 5e629a0
aaugustin
committed
5e629a0
View commit details
Copy full SHA for 5e629a0
Browse repository at this point
Cleaned up the the http module. Moved all of the code from __init__.py to request.py, response.py and utils.py
Alex Gaynor
committed
b4066d7
View commit details
Copy full SHA for b4066d7
Browse repository at this point
Merge pull request #457 from JanBednarik/ticket_19142
Show description for 22471a4
claudep
committed
22471a4
View commit details
Copy full SHA for 22471a4
Browse repository at this point
Added 1.4.2 release notes
ptone
committed
e987d20
View commit details
Copy full SHA for e987d20
Browse repository at this point
Updated error message for bad database engine
Show description for 1a3ff63
ptone
committed
1a3ff63
View commit details
Copy full SHA for 1a3ff63
Browse repository at this point
Merge pull request #444 from mitar/patch-2
Show description for 6b3d2bc
alex
committed
6b3d2bc
View commit details
Copy full SHA for 6b3d2bc
Browse repository at this point
Commits on Oct 20, 2012
Fixed #19142 -- Language codes can include numbers (RFC 3066).
JanBednarik
committed
e6b3419
View commit details
Copy full SHA for e6b3419
Browse repository at this point
Merge pull request #456 from JanBednarik/ticket_19151
Show description for 6b0d93d
alex
committed
6b0d93d
View commit details
Copy full SHA for 6b0d93d
Browse repository at this point
Fixed #19151 -- Added missing methods to EmptyQuerySet.
Show description for b87e2f4
JanBednarik
committed
b87e2f4
View commit details
Copy full SHA for b87e2f4
Browse repository at this point
Used @override_settings in several tests.
aaugustin
committed
d7c6a57
View commit details
Copy full SHA for d7c6a57
Browse repository at this point
Fixed #13869 - Warned that QuerySet.iterator() doesn't affect DB driver caching; thanks jtiai for the suggestion.
timgraham
committed
2f722d9
View commit details
Copy full SHA for 2f722d9
Browse repository at this point
Fixed #7581 -- Added streaming responses.
Show description for 4b27813
aaugustin
committed
4b27813
View commit details
Copy full SHA for 4b27813
Browse repository at this point
Fixed arguments for get_inline_instances example; refs #17856
timgraham
committed
300d052
View commit details
Copy full SHA for 300d052
Browse repository at this point
Used FakePayload in requests tests
claudep
committed
cfb3eb2
View commit details
Copy full SHA for cfb3eb2
Browse repository at this point
Fixed #17856 -- Passed obj to get_inline_instances
Show description for c2e19e2
aaugustin
committed
c2e19e2
View commit details
Copy full SHA for c2e19e2
Browse repository at this point
Fixed #19094 -- Improved FakePayload to support write, len and string input
Show description for dcbf08c
claudep
committed
dcbf08c
View commit details
Copy full SHA for dcbf08c
Browse repository at this point
Fixed #5611 -- Restricted accepted content types in parsing POST data
Show description for dfd4a71
claudep
committed
dfd4a71
View commit details
Copy full SHA for dfd4a71
Browse repository at this point
Fixed #17006 - Documented ModelAdmin get_form() and get_formsets()
timgraham
committed
eed4faf
View commit details
Copy full SHA for eed4faf
Browse repository at this point
Removed custom WSGIRequestHandler.get_environ
Show description for 681550c
claudep
committed
681550c
View commit details
Copy full SHA for 681550c
Browse repository at this point
Separated GIS installation docs in sections
claudep
committed
3084b1c
View commit details
Copy full SHA for 3084b1c
Browse repository at this point
Fixed #19150 -- Added validation for USERNAME_FIELD being included in REQUIRED_FIELDS.
Show description for 7a90874
freakboy3742
committed
7a90874
View commit details
Copy full SHA for 7a90874
Browse repository at this point
Fixed #19133 -- Corrected regression in form handling for user passwords.
Show description for 04b53eb
freakboy3742
committed
04b53eb
View commit details
Copy full SHA for 04b53eb
Browse repository at this point
Commits on Oct 19, 2012
Fixed #17388 - Noted in the custom model field docs that field methods need to handle None if the field may be null.
timgraham
committed
4cef9a0
View commit details
Copy full SHA for 4cef9a0
Browse repository at this point
Commits on Oct 18, 2012
Fixed #8001 -- Made redirections after add/edit in admin customizable.
Show description for 0b908b9
ramiro
committed
0b908b9
View commit details
Copy full SHA for 0b908b9
Browse repository at this point
Fixed #18046 - Documented than an index is created by default for ForeignKeys; thanks jbauer for the suggestion.
timgraham
committed
db598dd
View commit details
Copy full SHA for db598dd
Browse repository at this point
Added missed poisoned host header tests
ptone
committed
4fb510f
View commit details
Copy full SHA for 4fb510f
Browse repository at this point
Fixed #19132 -- Added example for creating custom lazy function
Show description for 0775ab2
claudep
committed
0775ab2
View commit details
Copy full SHA for 0775ab2
Browse repository at this point
Commits on Oct 17, 2012
Fixed an error in cookie documentation
ptone
committed
31dcaf4
View commit details
Copy full SHA for 31dcaf4
Browse repository at this point
Fixed a security issue related to password resets
Show description for 9305c0e
ptone
committed
9305c0e
View commit details
Copy full SHA for 9305c0e
Browse repository at this point
Fixed #18473 - Fixed a suggestion that GZipMiddleware needs to be first in the list of middleware.
timgraham
committed
3e08570
View commit details
Copy full SHA for 3e08570
Browse repository at this point
Reported OpenLayersWidget exceptions through logging
claudep
committed
9d2e1f0
View commit details
Copy full SHA for 9d2e1f0
Browse repository at this point
Fixed #18548 - Clarified note regarding reusing model instances when form validation fails.
timgraham
committed
fd02bcf
View commit details
Copy full SHA for fd02bcf
Browse repository at this point
Commits on Oct 16, 2012
Fixed #19130 -- Made some of the auth forms more flexible for user models.
freakboy3742
committed
bfcda77
View commit details
Copy full SHA for bfcda77
Browse repository at this point
Fixed #19128 -- Reworded admonition about Jython and Django 1.5
Show description for 8f94d28
claudep
committed
8f94d28
View commit details
Copy full SHA for 8f94d28
Browse repository at this point
Previous
Next
You can’t perform that action at this time.