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
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 }}
phpdude
/
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
da9cf53
User selector
All users
Datepicker
All time
Commit History
Commits on May 6, 2014
Fixed #22564 -- Prevented unneeded bytestrings in migrations
Show description for da9cf53
claudep
committed
da9cf53
Copy full SHA for da9cf53
Added a bunch of missing unicode_literals
Show description for 12474da
claudep
committed
12474da
Copy full SHA for 12474da
Fixed #22570 -- Made Form.__getitem__ KeyError more descriptive.
bendavis78
authored and
timgraham
committed
df60db0
Copy full SHA for df60db0
Commits on May 5, 2014
Reordered tutorial 1 so that the database is configured first.
Show description for 6923fdb
tomleo
authored and
timgraham
committed
6923fdb
Copy full SHA for 6923fdb
Fixed #22572 -- override_settings(ROOT_URLCONF) didn't clear urlresolvers._urlconfs.
Show description for 942556d
loic
committed
942556d
Copy full SHA for 942556d
Fixed #22466 -- ordering by reverse foreign key
Show description for 3b7c66a
akaariai
committed
3b7c66a
Copy full SHA for 3b7c66a
Fixed #1349 -- Clarified docs on serving files from STATIC/MEDIA_URL.
timgraham
committed
fb7c347
Copy full SHA for fb7c347
Fixed #22489 -- missing implemenation for search lookup
Show description for 7131e14
jkbrzt
authored and
akaariai
committed
7131e14
Copy full SHA for 7131e14
Fixed #22575 -- Fixed typo in docs/topics/class-based-views/generic-editing.txt.
Show description for 8777685
timgraham
committed
8777685
Copy full SHA for 8777685
Fixed #22429 -- Incorrect SQL when using ~Q and F
akaariai
committed
5e1f465
Copy full SHA for 5e1f465
Commits on May 3, 2014
Fix docs error with deconstruct() docs
andrewgodwin
committed
13ec89f
Copy full SHA for 13ec89f
Moved misplaced transaction.atomic from 0dce44e16b
Show description for faa8c71
claudep
committed
faa8c71
Copy full SHA for faa8c71
Fixed #22435 -- Prevented adding a ManyToManyField from prompting for a default.
Show description for 3818d96
timgraham
committed
3818d96
Copy full SHA for 3818d96
Commits on May 2, 2014
Fixed #22565 -- Prevented pgettext_lazy crash with bytestring input
Show description for 142c272
claudep
committed
142c272
Copy full SHA for 142c272
Fixed clash caused by the newly introduced -e shorthand for makemessages --exclude.
Show description for d179923
loic
committed
d179923
Copy full SHA for d179923
Fixed #22540 -- Made _create_object_from_params() call create()
Show description for 0dce44e
claudep
committed
0dce44e
Copy full SHA for 0dce44e
Fixed #22558 -- Added missing word in contributing docs
bjb
authored and
claudep
committed
c8d257e
Copy full SHA for c8d257e
Fix migration autodector to work correctly with custom deconstructed values
SmileyChris
committed
a0c4b84
Copy full SHA for a0c4b84
Commits on May 1, 2014
Fixed #22551 -- Made oracle backend method Python 3 compatible
Show description for 2ce5196
claudep
committed
2ce5196
Copy full SHA for 2ce5196
Fixed #22539 -- Copied exclude argument in Model.full_clean() to prevent side effects.
ydaniv
authored and
timgraham
committed
e2e4cdb
Copy full SHA for e2e4cdb
Commits on Apr 30, 2014
flake8 fixes.
timgraham
committed
45c2d1f
Copy full SHA for 45c2d1f
Fixed #22547 -- Added some links to tutorial 2.
Show description for b0d032f
timgraham
committed
b0d032f
Copy full SHA for b0d032f
Cleanup failing test w/contenttypes and remove useless graph load
andrewgodwin
committed
e049c88
Copy full SHA for e049c88
Fixed #22546 -- Removed idioms in tutorial 2.
Show description for 927245c
mmardini
authored and
timgraham
committed
927245c
Copy full SHA for 927245c
Fixed #22485: Include all unmigrated apps in project state by default.
andrewgodwin
committed
8f6dff3
Copy full SHA for 8f6dff3
Fixed #19195 -- Allow explicit ordering by a relation `_id` field.
Show description for 24ec953
charettes
committed
24ec953
Copy full SHA for 24ec953
Refactored DjangoTranslation class
Show description for a5f6cbc
beck
authored and
claudep
committed
a5f6cbc
Copy full SHA for a5f6cbc
Fixed #22474 -- Made migration recorder aware of multiple databases
Show description for 7c54f8c
claudep
committed
7c54f8c
Copy full SHA for 7c54f8c
Fixed #22537 -- Add tests and improved docs for field subclass with choices.
mfogel
authored and
timgraham
committed
7fd1b35
Copy full SHA for 7fd1b35
Fixed #22442 -- Provided additional documentation regarding id fields clashing.
Show description for 8ec388a
timgraham
committed
8ec388a
Copy full SHA for 8ec388a
Removed unused import.
timgraham
committed
d9c272b
Copy full SHA for d9c272b
Fixed #22511 -- Added args to migrations management commands.
Bruno Ribeiro da Silva
authored and
timgraham
committed
83413c5
Copy full SHA for 83413c5
Commits on Apr 29, 2014
Fixed #22447 -- Make sure custom model bases can be migrated.
Show description for 390f888
charettes
committed
390f888
Copy full SHA for 390f888
Use the new implementation of `six.with_metaclass`.
Show description for a2340ac
charettes
committed
a2340ac
Copy full SHA for a2340ac
Removed bogus, ineffective 'U' flag from codecs.open() call.
ramiro
committed
2df7238
Copy full SHA for 2df7238
Pagination
Previous
Next
You can’t perform that action at this time.