index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-08-13
Fixed #30461 -- Made GeoIP2 and GEOIP_PATH setting accept pathlib.Path as lib...
Claude Paroz
2019-08-13
Refs #30461 -- Added django.utils._os.to_path().
Claude Paroz
2019-08-13
Fixed #30704 -- Fixed crash of JSONField nested key and index transforms on e...
Mariusz Felisiak
2019-08-13
Refs #25367 -- Moved Oracle Exists() handling to contextual methods.
Simon Charette
2019-08-13
Refs #25367 -- Moved select_format hook to BaseExpression.
Simon Charette
2019-08-12
Corrected multiple typos.
Min ho Kim
2019-08-12
Switched to use `HTTP_X_FORWARDED_PROTO` custom header in tests.
Min ho Kim
2019-08-12
Refs #25367 -- Added test for Exists() lookup rhs.
Simon Charette
2019-08-12
Refs #24793 -- Removed bogus connection argument from SQLCompiler.compile() c...
Simon Charette
2019-08-12
Refs #11964 -- Made constraint support check respect required_db_features.
Simon Charette
2019-08-12
Refs #23879 -- Made introspection respect required_db_features.
Simon Charette
2019-08-11
Fixed #30677 -- Improved error message for urlencode() and Client when None i...
swatantra
2019-08-11
Fixed #30696 -- Removed obsolete mention of CheckConstraint in the AddConstra...
Akash Agrawal
2019-08-11
Fixed #30670 -- Doc'd SchemaEditor.add/remove_constraint().
Akash Agrawal
2019-08-09
Fixed #29008 -- Fixed crash of 404 debug page when URL path converter raises ...
Ngalim Siregar
2019-08-09
Fixed #30688 -- Clarified base_manager_name docs.
Carlton Gibson
2019-08-08
Removed unnecessary StatAggregate.resolve_expression().
Jon Dufresne
2019-08-08
Fixed #30673 -- Relaxed system check for db_table collision when database rou...
Adnan Umer
2019-08-07
Corrected several typos in string literals and test names.
Min ho Kim
2019-08-07
Fixed #30676 -- Added --pdb option to test runner.
Andrew Godwin
2019-08-05
Fixed #30680 -- Removed obsolete system check for SECURE_BROWSER_XSS_FILTER s...
Adnan Umer
2019-08-05
Moved indexes in ArrayField's Index and Slice transforms to SQL params.
Mariusz Felisiak
2019-08-05
Added tests for using ArrayField's IndexTransform/SliceTransform on expressio...
Mariusz Felisiak
2019-08-05
Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField...
Diederik van der Boor
2019-08-02
Added stub release notes for 2.2.5.
Mariusz Felisiak
2019-08-02
Simplified AlterModelTable by making it subclass ModelOptionOperation.
Nick Pope
2019-08-02
Corrected StreamingHttpResponse.streaming_content description in docs.
niauah
2019-08-02
Fixed #30668 -- Made QuerySet.filter() raise NotSupportedError if any of sour...
aaktsipetrov
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-08-02
Fixed #30599 -- Prevented ManifestFilesMixin.read_manifest() from silencing e...
zeyneloz
2019-08-02
Added test for handling of non-existent manifest in ManifestFilesMixin.read_m...
zeyneloz
2019-08-02
Removed obsolete mentions of a check constraint in BaseDatabaseSchemaEditor.a...
Mariusz Felisiak
2019-08-01
Removed unneeded ValueError catching in django.utils.text._replace_entity().
Jon Dufresne
2019-08-01
Refs #30664 -- Fixed migrations crash when altering AutoField/BigAutoField wi...
Mariusz Felisiak
2019-08-01
Fixed #30664 -- Fixed migrations crash when altering table on SQLite or alter...
Ngalim Siregar
2019-08-01
Added CVE-2019-14235 to security release archive.
Carlton Gibson
2019-08-01
Added CVE-2019-14234 to security release archive.
Carlton Gibson
2019-08-01
Added CVE-2019-14233 to security release archive.
Carlton Gibson
2019-08-01
Added CVE-2019-14232 to the security release archive.
Carlton Gibson
2019-08-01
Fixed CVE-2019-14235 -- Fixed potential memory exhaustion in django.utils.enc...
Florian Apolloner
2019-08-01
Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index lookups...
Mariusz Felisiak
2019-08-01
Fixed CVE-2019-14233 -- Prevented excessive HTMLParser recursion in strip_tag...
Florian Apolloner
2019-08-01
Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues when trun...
Florian Apolloner
2019-07-31
Refs #30669 -- Removed incorrect branch in ASGIHander.read_body().
Carlton Gibson
2019-07-31
Fixed #30665 -- Added support for distinct argument to Avg() and Sum().
Étienne Beaulé
2019-07-31
Moved test for distinct Count() to a separate test case.
Étienne Beaulé
2019-07-31
Fixed #30160 -- Added support for LZMA and XZ templates to startapp/startproj...
Nick Pope
2019-07-31
Refs #30160 -- Simplified and improved tests for django.utils.archive.
Nick Pope
2019-07-31
Refs #30160 -- Doc'd startapp/startproject support for tarfile templates.
Nick Pope
2019-07-31
Refs #30160 -- Simplified archive extension map and added other aliases.
Nick Pope
[prev]
[next]