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 }}
mpaolini
/
django
Public
forked from
django/django
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
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 Dec 30, 2012
Fixed GIS regression in get_default_columns()
Show description for f80a193
akaariai
committed
f80a193
Copy full SHA for f80a193
Minor improvement to proxy model handling
Show description for ce3c71f
akaariai
committed
ce3c71f
Copy full SHA for ce3c71f
Made use of PathInfo.direct flag in trim_joins
Show description for 807eff7
akaariai
committed
807eff7
Copy full SHA for 807eff7
Added Query.join_parent_model()
Show description for 68985db
akaariai
committed
68985db
Copy full SHA for 68985db
Moved join path generation to Field
Show description for 4511aeb
akaariai
committed
4511aeb
Copy full SHA for 4511aeb
Made sure join_field is always available in .join()
Show description for 9ef3cab
akaariai
committed
9ef3cab
Copy full SHA for 9ef3cab
Commits on Dec 29, 2012
Removed links to deprecated IGNORABLE_404_STARTS/ENDS settings.
Show description for a04df80
timgraham
committed
a04df80
Copy full SHA for a04df80
Merge pull request #595 from bmispelon/patch-1
Show description for a7b7d63
aaugustin
committed
a7b7d63
Copy full SHA for a7b7d63
Merge pull request #609 from mitar/patch-3
Show description for 0b09b1a
aaugustin
committed
0b09b1a
Copy full SHA for 0b09b1a
Silenced warnings in the tests of deprecated features.
aaugustin
committed
4e5369a
Copy full SHA for 4e5369a
Removed versionadded/changed annotations dating back to 1.4.
aaugustin
committed
7ee7599
Copy full SHA for 7ee7599
Advanced pending deprecation warnings.
Show description for ef017a5
aaugustin
committed
ef017a5
Copy full SHA for ef017a5
Removed csrf_response_exempt and csrf_view_exempt.
aaugustin
committed
1308293
Copy full SHA for 1308293
Removed legacy ways of calling cache_page.
aaugustin
committed
2ecf56e
Copy full SHA for 2ecf56e
Removed truncate_words and truncate_html_words.
aaugustin
committed
9f9a4cd
Copy full SHA for 9f9a4cd
Removed obsolete compatibility functions for old Pythons.
aaugustin
committed
e00d1b6
Copy full SHA for e00d1b6
Removed support is_safe and needs_autoescape as function attributes.
aaugustin
committed
5d5e1f5
Copy full SHA for 5d5e1f5
Removed IGNORABLE_404_STARTS/ENDS settings.
aaugustin
committed
641acf7
Copy full SHA for 641acf7
Removed HttpRequest.raw_post_data.
aaugustin
committed
4a6490a
Copy full SHA for 4a6490a
Removed django.core.management.setup_environ and execute_manager.
aaugustin
committed
d1c72d9
Copy full SHA for d1c72d9
Removed django.core.cache.backends.memcached.CacheClass.
aaugustin
committed
5935124
Copy full SHA for 5935124
Removed django.contrib.markup.
aaugustin
committed
ebd2598
Copy full SHA for ebd2598
Removed django.contrib.localflavor.
Show description for f27a4ee
aaugustin
committed
f27a4ee
Copy full SHA for f27a4ee
Removed legacy shortcut for importing GeoIP.
aaugustin
committed
b2d20e9
Copy full SHA for b2d20e9
Removed the legacy form wizard.
aaugustin
committed
d4ea02b
Copy full SHA for d4ea02b
Removed django.contrib.databrowse.
Show description for 0522711
aaugustin
committed
0522711
Copy full SHA for 0522711
Removed interpolation of post_url_continue in the admin.
aaugustin
committed
02f3daa
Copy full SHA for 02f3daa
Removed django.conf.urls.defaults.
aaugustin
committed
59ddb79
Copy full SHA for 59ddb79
Removed backwards-compatibility shim for #16288.
Show description for fb9f1b9
aaugustin
committed
fb9f1b9
Copy full SHA for fb9f1b9
Fixed broken links, round 4. refs #19516
timgraham
committed
067505a
Copy full SHA for 067505a
Avoided having an indexed TextField installed unless using postgres
Show description for 13a2b11
akaariai
committed
13a2b11
Copy full SHA for 13a2b11
Fixed autopk issue in tests
akaariai
committed
ba4331f
Copy full SHA for ba4331f
Added links to default widget in forms.fields documentation
claudep
committed
2d0b35d
Copy full SHA for 2d0b35d
Commits on Dec 28, 2012
Fix #19524 -- Incorrect caching of parents of unsaved model instances.
Show description for e9c24be
aaugustin
committed
e9c24be
Copy full SHA for e9c24be
Fixed #18970 -- Documented know limitations under Python 3.
aaugustin
committed
37b3fd2
Copy full SHA for 37b3fd2
Pagination
Previous
Next
You can’t perform that action at this time.