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 }}
shabble
/
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 6, 2012
Fixed #19246 - Updated SECURE_PROXY_SSL_HEADER example to use 'X-Forwarded-Proto'
Show description for 2cc1884
timgraham
committed
2cc1884
Copy full SHA for 2cc1884
Fixed #19254 -- Bug in SESSION_FILE_PATH handling.
Show description for 11fd00c
aaugustin
committed
11fd00c
Copy full SHA for 11fd00c
Commits on Nov 5, 2012
Fixed #15591 - Clarified interaction between ModelForm and model validation.
timgraham
committed
d3fd8a1
Copy full SHA for d3fd8a1
Fixed #8627 -- Prevented textareas to swallow first newline content
Show description for 78f6669
claudep
committed
78f6669
Copy full SHA for 78f6669
Removed unnecessary import after b98083ce3d
claudep
committed
39ec43b
Copy full SHA for 39ec43b
Fixed py3 compatibility for 5a00a57aa591c766f5ee1d8c59b64618d74fe191
ptone
committed
6bd6119
Copy full SHA for 6bd6119
Removed redundant docs addition across two commits
Show description for 2cb48ff
ptone
committed
2cb48ff
Copy full SHA for 2cb48ff
Fixed #18949 -- Fix broken test interactions in ModelForms tests
Show description for fdea262
aisipos
authored and
ptone
committed
fdea262
Copy full SHA for fdea262
Merge pull request #496 from pydanny/ticket_19241
Show description for 79a484f
Bryan Veloso
committed
79a484f
Copy full SHA for 79a484f
Fixed #19241 -- Improved floatformat docs
Show description for a70492e
pydanny
authored and
ptone
committed
a70492e
Copy full SHA for a70492e
Demonstrate how to round to integers using floatformat templatetag
pydanny
committed
d5c3c45
Copy full SHA for d5c3c45
Commits on Nov 4, 2012
Merge pull request #495 from aisipos/ticket_18949
Show description for 4d766b3
alex
committed
4d766b3
Copy full SHA for 4d766b3
Fixed #18949 -- Improve performance of model_to_dict with many-to-many
Show description for e44ab5b
aisipos
committed
e44ab5b
Copy full SHA for e44ab5b
Fixed #19240 -- include pagination error details in ListView 404
Show description for 5a00a57
ptone
committed
5a00a57
Copy full SHA for 5a00a57
Corrected a typo that inadvertently made its way into the docs.
Alex Gaynor
committed
0a49e61
Copy full SHA for 0a49e61
Added multi-column indexes to the 1.5 release notes.
Alex Gaynor
committed
957787a
Copy full SHA for 957787a
Merge pull request #494 from mrj0/model_split
Show description for 8d3f932
alex
committed
8d3f932
Copy full SHA for 8d3f932
use six.string_types for python3
mrj0
committed
088f682
Copy full SHA for 088f682
Remove some bizzare and unnecesary code.
Alex Gaynor
committed
b98083c
Copy full SHA for b98083c
model_split: Fixed #19236 - fixed error for abstract models with a split method
mrj0
committed
fcd3d4c
Copy full SHA for fcd3d4c
Added a note and link to CLA from contributing docs
ptone
committed
aee9c7b
Copy full SHA for aee9c7b
Merge pull request #493 from edavis/fix-get-foo-display-docs
Show description for 3e9b366
alex
committed
3e9b366
Copy full SHA for 3e9b366
Fixed formatting of get_FOO_display example
Eric Davis
committed
d94dc2d
Copy full SHA for d94dc2d
Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to jgelens for the original patch.
Alex Gaynor
committed
4285571
Copy full SHA for 4285571
Fixed #19090 - Added PostgreSQL connection note.
Show description for 249c3d7
timgraham
committed
249c3d7
Copy full SHA for 249c3d7
Commits on Nov 3, 2012
Fixed #6234 -- Removed obsolete note about json and ensure_ascii
Show description for 4e8d952
claudep
committed
4e8d952
Copy full SHA for 4e8d952
Fixed #18963 -- Used a subclass-friendly pattern
Show description for fc10418
aaugustin
committed
fc10418
Copy full SHA for fc10418
Fixed #15152 -- Avoided crash of CommonMiddleware on broken querystring
aaugustin
committed
973f539
Copy full SHA for 973f539
Prevented host resolution when running dev server
Show description for 3e98d98
claudep
committed
3e98d98
Copy full SHA for 3e98d98
Fixed #19230 -- Extended the handler403 documentation.
Show description for 0546794
keimlink
authored and
apollo13
committed
0546794
Copy full SHA for 0546794
Fixed #19101 -- Decoding of non-ASCII POST data on Python 3.
Show description for 095eca8
aaugustin
committed
095eca8
Copy full SHA for 095eca8
Fixed #17549 -- Added a clickable link for URLFields in admin change list.
ulope
authored and
apollo13
committed
ac2052e
Copy full SHA for ac2052e
Fixed #16841 - Documented a couple ModelAdmin methods
Show description for 39f5bc7
timgraham
committed
39f5bc7
Copy full SHA for 39f5bc7
Deprecated depth kwarg on select_related.
Show description for 965cc0b
ptone
committed
965cc0b
Copy full SHA for 965cc0b
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
Pagination
Previous
Next
You can’t perform that action at this time.