Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 }}
mrj0
/
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 5, 2012
Fixed #19241 -- Improved floatformat docs
Show description for a70492e
pydanny
authored and
ptone
committed
a70492e
Copy full SHA for a70492e
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
Fixed #19120 - Added an example of using ModelAdmin methods for read-only fields.
Show description for d1de759
timgraham
committed
d1de759
Copy full SHA for d1de759
Fixed #19167 - Added a warning regarding module-level database queries
Show description for 07361d1
timgraham
committed
07361d1
Copy full SHA for 07361d1
Cleaned up contrib.admin install instructions.
Show description for 082fad0
timgraham
committed
082fad0
Copy full SHA for 082fad0
Fixed #15361 - Documented performance considerations for QuerySet.get()
Show description for feaf9f2
timgraham
committed
feaf9f2
Copy full SHA for feaf9f2
Fixed a regression in gis introduced by Query.select_fields removal
akaariai
committed
92fc263
Copy full SHA for 92fc263
Documented minimal python 3.2 version.
apollo13
committed
0d8432d
Copy full SHA for 0d8432d
Fixed #19225 -- Typo in shortcuts docs.
Show description for f975c48
aaugustin
committed
f975c48
Copy full SHA for f975c48
Commits on Nov 1, 2012
Added WizardView.file_storage exception message and docs
Show description for af7ea80
timgraham
committed
af7ea80
Copy full SHA for af7ea80
Fixed #16678 -- Wrote tests for contrib.redirects app
Show description for d9213d0
claudep
committed
d9213d0
Copy full SHA for d9213d0
Fixed #19179 - Added mention of NamedUrlSessionWizard and NamedUrlCookieWizard; thanks Tom for the report.
timgraham
committed
ede8a0b
Copy full SHA for ede8a0b
Pagination
Previous
Next
You can’t perform that action at this time.