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 }}
tomj
/
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
Branch selector
master
User selector
All users
All time
Commit history
Commits on Aug 5, 2019
Moved indexes in ArrayField's Index and Slice transforms to SQL params.
Show description for 05964b2
felixxm
committed
05964b2
View commit details
Copy full SHA for 05964b2
Browse repository at this point
Added tests for using ArrayField's IndexTransform/SliceTransform on expressions with params.
felixxm
committed
0e02e49
View commit details
Copy full SHA for 0e02e49
Browse repository at this point
Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField/IntegerField values.
Show description for 25f21bd
2 people
authored and
felixxm
committed
25f21bd
View commit details
Copy full SHA for 25f21bd
Browse repository at this point
Commits on Aug 2, 2019
Added stub release notes for 2.2.5.
felixxm
committed
1af469e
View commit details
Copy full SHA for 1af469e
Browse repository at this point
Simplified AlterModelTable by making it subclass ModelOptionOperation.
ngnpope
authored and
felixxm
committed
4cf1f2f
View commit details
Copy full SHA for 4cf1f2f
Browse repository at this point
Corrected StreamingHttpResponse.streaming_content description in docs.
niauah
authored and
carltongibson
committed
75f8264
View commit details
Copy full SHA for 75f8264
Browse repository at this point
Fixed #30668 -- Made QuerySet.filter() raise NotSupportedError if any of source expressions is not filterable.
gizmondo
authored and
felixxm
committed
4edad1d
View commit details
Copy full SHA for 4edad1d
Browse repository at this point
Fixed #30661 -- Added models.SmallAutoField.
ngnpope
authored and
felixxm
committed
194d1df
View commit details
Copy full SHA for 194d1df
Browse repository at this point
Fixed #30599 -- Prevented ManifestFilesMixin.read_manifest() from silencing errors other than FileNotFoundError.
zeyneloz
authored and
felixxm
committed
955b382
View commit details
Copy full SHA for 955b382
Browse repository at this point
Added test for handling of non-existent manifest in ManifestFilesMixin.read_manifest().
zeyneloz
authored and
felixxm
committed
2466894
View commit details
Copy full SHA for 2466894
Browse repository at this point
Removed obsolete mentions of a check constraint in BaseDatabaseSchemaEditor.add_constraint()/remove_constraint() docstrings.
felixxm
committed
d14fa04
View commit details
Copy full SHA for d14fa04
Browse repository at this point
Commits on Aug 1, 2019
Removed unneeded ValueError catching in django.utils.text._replace_entity().
Show description for e8d0d2a
jdufresne
authored and
felixxm
committed
e8d0d2a
View commit details
Copy full SHA for e8d0d2a
Browse repository at this point
Refs #30664 -- Fixed migrations crash when altering AutoField/BigAutoField with quoted db_column on PostgreSQL.
felixxm
committed
ff111ea
View commit details
Copy full SHA for ff111ea
Browse repository at this point
Fixed #30664 -- Fixed migrations crash when altering table on SQLite or altering AutoField/BigAutoField on PostgreSQL for models with quoted db_table.
nsiregar
authored and
felixxm
committed
e468422
View commit details
Copy full SHA for e468422
Browse repository at this point
Added CVE-2019-14235 to security release archive.
carltongibson
committed
a5652eb
View commit details
Copy full SHA for a5652eb
Browse repository at this point
Added CVE-2019-14234 to security release archive.
carltongibson
committed
3a6a2f5
View commit details
Copy full SHA for 3a6a2f5
Browse repository at this point
Added CVE-2019-14233 to security release archive.
carltongibson
committed
9600f63
View commit details
Copy full SHA for 9600f63
Browse repository at this point
Added CVE-2019-14232 to the security release archive.
carltongibson
committed
8775078
View commit details
Copy full SHA for 8775078
Browse repository at this point
Fixed CVE-2019-14235 -- Fixed potential memory exhaustion in django.utils.encoding.uri_to_iri().
Show description for 76ed1c4
apollo13
authored and
carltongibson
committed
76ed1c4
View commit details
Copy full SHA for 76ed1c4
Browse repository at this point
Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index lookups against SQL injection.
Show description for 7deeabc
felixxm
authored and
carltongibson
committed
7deeabc
View commit details
Copy full SHA for 7deeabc
Browse repository at this point
Fixed CVE-2019-14233 -- Prevented excessive HTMLParser recursion in strip_tags() when handling incomplete HTML entities.
Show description for 4b78420
apollo13
authored and
carltongibson
committed
4b78420
View commit details
Copy full SHA for 4b78420
Browse repository at this point
Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues when truncating HTML.
Show description for 7f65974
apollo13
authored and
carltongibson
committed
7f65974
View commit details
Copy full SHA for 7f65974
Browse repository at this point
Commits on Jul 31, 2019
Refs #30669 -- Removed incorrect branch in ASGIHander.read_body().
Show description for eea0bf7
carltongibson
authored and
felixxm
committed
eea0bf7
View commit details
Copy full SHA for eea0bf7
Browse repository at this point
Fixed #30665 -- Added support for distinct argument to Avg() and Sum().
tienne-B
authored and
felixxm
committed
5f24e71
View commit details
Copy full SHA for 5f24e71
Browse repository at this point
Moved test for distinct Count() to a separate test case.
tienne-B
authored and
felixxm
committed
cb3c2da
View commit details
Copy full SHA for cb3c2da
Browse repository at this point
Fixed #30160 -- Added support for LZMA and XZ templates to startapp/startproject management commands.
ngnpope
authored and
felixxm
committed
f618e03
View commit details
Copy full SHA for f618e03
Browse repository at this point
Refs #30160 -- Simplified and improved tests for django.utils.archive.
Show description for c95d063
ngnpope
authored and
felixxm
committed
c95d063
View commit details
Copy full SHA for c95d063
Browse repository at this point
Refs #30160 -- Doc'd startapp/startproject support for tarfile templates.
ngnpope
authored and
felixxm
committed
1692f69
View commit details
Copy full SHA for 1692f69
Browse repository at this point
Refs #30160 -- Simplified archive extension map and added other aliases.
ngnpope
authored and
felixxm
committed
69a30f6
View commit details
Copy full SHA for 69a30f6
Browse repository at this point
Commits on Jul 30, 2019
Refs #30593 -- Fixed introspection of check constraints columns on MariaDB.
hramezani
authored and
felixxm
committed
e3fc9af
View commit details
Copy full SHA for e3fc9af
Browse repository at this point
Refs #30593 -- Added _parse_constraint_columns() hook to introspection on MariaDB.
hramezani
authored and
felixxm
committed
b2aad9a
View commit details
Copy full SHA for b2aad9a
Browse repository at this point
Removed redundant ArchiveTest.test_extract_method() test.
Show description for 421c4cd
ngnpope
authored and
felixxm
committed
421c4cd
View commit details
Copy full SHA for 421c4cd
Browse repository at this point
Refs #30160 -- Made destination path a required argument of extract().
ngnpope
authored and
felixxm
committed
0509148
View commit details
Copy full SHA for 0509148
Browse repository at this point
Commits on Jul 29, 2019
Fixed #30411 -- Improved formatting of text tracebacks in technical 500 templates.
Show description for c7bef16
2 people
authored and
felixxm
committed
c7bef16
View commit details
Copy full SHA for c7bef16
Browse repository at this point
Fixed #30656 -- Added QuerySet.bulk_update() to the database optimization docs.
MisterRios
authored and
felixxm
committed
68aeb90
View commit details
Copy full SHA for 68aeb90
Browse repository at this point
Previous
Next
You can’t perform that action at this time.