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
Type
/
to 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 }}
fooinha
/
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
Breadcrumbs
History for
django
docs
ref
on
master
User selector
All users
All time
Commit history
Commits on Oct 13, 2017
Refs #28643 -- Reorganized database functions docs.
Show description for ad8036d
felixxm
authored
ad8036d
View commit details
Copy full SHA for ad8036d
View code at this point
Browse repository at this point
Commits on Oct 12, 2017
Refs #28248 -- Clarified the precision of PASSWORD_RESET_TIMEOUT_DAYS.
timgraham
authored
0edff21
View commit details
Copy full SHA for 0edff21
View code at this point
Browse repository at this point
Commits on Oct 9, 2017
Fixed #28423 -- Expanded docs for indexing contrib.postgres fields.
atombrella
authored and
timgraham
committed
22ff4f8
View commit details
Copy full SHA for 22ff4f8
View code at this point
Browse repository at this point
Refs #23919 -- Corrected django.utils.http.urlencode()'s documented signature.
Show description for e3a30f2
francoisfreitag
authored and
timgraham
committed
e3a30f2
View commit details
Copy full SHA for e3a30f2
View code at this point
Browse repository at this point
Commits on Oct 3, 2017
Fixed #28584 -- Dropped support for SQLite < 3.7.15.
timgraham
authored
27193ae
View commit details
Copy full SHA for 27193ae
View code at this point
Browse repository at this point
Commits on Sep 30, 2017
Fixed #28654 -- Dropped support for SpatiaLite 4.0.
timgraham
authored
fd866c2
View commit details
Copy full SHA for fd866c2
View code at this point
Browse repository at this point
Commits on Sep 29, 2017
Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.
xorg
authored and
timgraham
committed
08c8c3e
View commit details
Copy full SHA for 08c8c3e
View code at this point
Browse repository at this point
Fixed #28651 -- Fixed typo in docs/ref/contrib/postgres/fields.txt.
michael-k
authored and
timgraham
committed
259fec8
View commit details
Copy full SHA for 259fec8
View code at this point
Browse repository at this point
Commits on Sep 28, 2017
Fixed #28625 -- Distinguished DATABASES['TIME_ZONE'] from settings.TIME_ZONE.
jribbens
authored and
timgraham
committed
44f0842
View commit details
Copy full SHA for 44f0842
View code at this point
Browse repository at this point
Commits on Sep 27, 2017
Fixed #28626 -- Dropped support for PostgreSQL 9.3.
Show description for 1d8cfa3
timgraham
committed
1d8cfa3
View commit details
Copy full SHA for 1d8cfa3
View code at this point
Browse repository at this point
Doc'd contrib.postgres system checks.
fjsj
authored and
timgraham
committed
ea7ca5d
View commit details
Copy full SHA for ea7ca5d
View code at this point
Browse repository at this point
Clarified StrIndex docs example.
miguel550
authored and
timgraham
committed
4a908c0
View commit details
Copy full SHA for 4a908c0
View code at this point
Browse repository at this point
Commits on Sep 25, 2017
Fixed #27857 -- Dropped support for Python 3.4.
timgraham
committed
cfff2af
View commit details
Copy full SHA for cfff2af
View code at this point
Browse repository at this point
Fixed #28552 -- Dropped support for MySQL 5.5.
timgraham
committed
8a17684
View commit details
Copy full SHA for 8a17684
View code at this point
Browse repository at this point
Fixed #28627 -- Added slug converter to some path() examples in docs.
Christopher Schäpers
authored and
timgraham
committed
6da1407
View commit details
Copy full SHA for 6da1407
View code at this point
Browse repository at this point
Commits on Sep 22, 2017
Refs #27788 -- Corrected minimum supported Oracle version in GIS docs.
timgraham
committed
d90936f
View commit details
Copy full SHA for d90936f
View code at this point
Browse repository at this point
Removed versionadded/changed annotations for 1.11.
timgraham
committed
5446b72
View commit details
Copy full SHA for 5446b72
View code at this point
Browse repository at this point
Refs #15667 -- Removed support for Widget.render() methods without the renderer argument.
Show description for 2bd207a
timgraham
committed
2bd207a
View commit details
Copy full SHA for 2bd207a
View code at this point
Browse repository at this point
Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.
timgraham
committed
48d5778
View commit details
Copy full SHA for 48d5778
View code at this point
Browse repository at this point
Refs #27175 -- Removed exception silencing from the {% include %} template tag.
Show description for e62165b
timgraham
committed
e62165b
View commit details
Copy full SHA for e62165b
View code at this point
Browse repository at this point
Refs #27067 -- Removed django.utils.translation.string_concat() per deprecation timeline.
timgraham
committed
87d2240
View commit details
Copy full SHA for 87d2240
View code at this point
Browse repository at this point
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) support.
Show description for 01d440f
ticosax
authored and
timgraham
committed
01d440f
View commit details
Copy full SHA for 01d440f
View code at this point
Browse repository at this point
Commits on Sep 21, 2017
Fixed #28576 -- Added color interpretation method to GDALBand.
ndalton12
authored and
timgraham
committed
4fe6588
View commit details
Copy full SHA for 4fe6588
View code at this point
Browse repository at this point
Commits on Sep 20, 2017
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Show description for df41b5a
sjoerdjob
authored and
timgraham
committed
df41b5a
View commit details
Copy full SHA for df41b5a
View code at this point
Browse repository at this point
Commits on Sep 19, 2017
Refs #14370 -- Fixed typo in ModelAdmin.autocomplete_fields docs.
codingjoe
authored and
timgraham
committed
f13bd32
View commit details
Copy full SHA for f13bd32
View code at this point
Browse repository at this point
Commits on Sep 18, 2017
Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin.
Show description for 94cd8ef
codingjoe
authored and
timgraham
committed
94cd8ef
View commit details
Copy full SHA for 94cd8ef
View code at this point
Browse repository at this point
Fixed #26608 -- Added support for window expressions (OVER clause).
Show description for d549b88
atombrella
authored and
timgraham
committed
d549b88
View commit details
Copy full SHA for d549b88
View code at this point
Browse repository at this point
Commits on Sep 13, 2017
Refs #28593 -- Moved django.conf.urls.include() to django.urls().
Show description for ee4043f
timgraham
committed
ee4043f
View commit details
Copy full SHA for ee4043f
View code at this point
Browse repository at this point
Commits on Sep 11, 2017
Fixed #28570 -- Dropped support for GEOS 3.3.x.
Show description for bd903e8
sir-sigurd
authored and
timgraham
committed
bd903e8
View commit details
Copy full SHA for bd903e8
View code at this point
Browse repository at this point
Commits on Sep 9, 2017
Refs #24928 -- Added introspection support for PostgreSQL JSONField
Show description for 0cbb6ac
claudep
committed
0cbb6ac
View commit details
Copy full SHA for 0cbb6ac
View code at this point
Browse repository at this point
Fixed capitalization of "Spherical Mercator."
sir-sigurd
authored and
timgraham
committed
63d2472
View commit details
Copy full SHA for 63d2472
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() and joins.
Show description for 44a6c27
timgraham
authored
44a6c27
View commit details
Copy full SHA for 44a6c27
View code at this point
Browse repository at this point
Fixed #15648 -- Allowed QuerySet.values_list() to return a namedtuple.
sir-sigurd
authored and
timgraham
committed
f3c9562
View commit details
Copy full SHA for f3c9562
View code at this point
Browse repository at this point
Fixed #11557 -- Added support for a list of fields in Meta.get_latest_by and QuerySet.earliest()/latest().
francoisfreitag
authored and
timgraham
committed
ad4a8ac
View commit details
Copy full SHA for ad4a8ac
View code at this point
Browse repository at this point
Commits on Sep 5, 2017
Fixed #28335 -- Allowed query expressions in Meta.ordering.
DimaKudosh
authored and
timgraham
committed
093fd47
View commit details
Copy full SHA for 093fd47
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.