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-10-09
Refs #26608 -- Fixed DatabaseFeatures.supports_frame_range_fixed_distance on ...
Mariusz Felisiak
2019-10-09
Fixed #11097 -- Added note about parent link fields in formsets for multi-tab...
Mac Chapman
2019-10-09
Fixed #30806 -- Prevented tox tests hanging on macOS.
dustinlharrison
2019-10-09
Fixed #30860 -- Disabled unneeded NULLS FIRST/LAST workaround on SQLite 3.30+.
Simon Charette
2019-10-09
Fixed #30858 -- Clarified that AdminEmailHandler processes all 5xx responses.
Carlton Gibson
2019-10-09
Fixed #30856 -- Combined fast-delete queries by model during cascade deletion.
Simon Charette
2019-10-09
Made Collector.collect() return immediately for disabled related collection.
Simon Charette
2019-10-09
Used defaultdict in deletion.Collector.
Simon Charette
2019-10-09
Improved performance of django.template.base.Parser.
Alex Gaynor
2019-10-08
Fixed #28790 -- Doc'd how to avoid running certain test classes in parallel.
Caio Ariede
2019-10-08
Fixed #30839 -- Fixed Field.__deepcopy__() so forms don't share error messages.
Hasan Ramezani
2019-10-07
Fixed #28273 -- Doc'd fast nullable column creation with defaults.
Caio Ariede
2019-10-07
Refs #10348 -- Doc'd that ModelAdmin ignores list_select_related when QuerySe...
Tamer Sherif
2019-10-04
Made minor edits and small fixes to docs/faq/install.txt.
Katie McLaughlin
2019-10-03
Fixed #30834 -- Added explicit list of supported databases to the databases d...
Katie McLaughlin
2019-10-03
Refs #14218 -- Adjusted release note to use present tense.
Carlton Gibson
2019-10-03
Refs #27914 -- Fixed serialization of nested enum.Enum classes in migrations.
Hasan Ramezani
2019-10-03
Refs #27914 -- Moved test enum.Enum subclasses outside of WriterTests.test_se...
Hasan Ramezani
2019-10-02
Fixed some typos in comments and docs.
Min ho Kim
2019-10-02
Refs #15396 -- Mentioned full path to GZipMiddleware in documentation.
Mar Sánchez
2019-10-02
Refs #30010 -- Doc'd running tests with django-docker-box.
Katherine Michel
2019-10-02
Refs #28699 -- Clarified CSRF middleware ordering in relation to RemoteUserMi...
Carlton Gibson
2019-10-02
Removed redundant names in django.db.models.functions.__all__.
Mariusz Felisiak
2019-10-02
Fixed #30817 -- Clarified return value of Sitemap.items().
Sjbrgsn
2019-10-02
Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l...
Anatol Ulrich
2019-10-02
Added missing import in ref/models/database-functions.txt.
Mariusz Felisiak
2019-10-02
Fixed #14218 -- Added Paginator.__iter__().
Tanner Stirrat
2019-10-02
Added stub release notes for 1.11.26 and 2.1.14.
Mariusz Felisiak
2019-10-01
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...
ElizabethU
2019-10-01
Refs #30651 -- Added tests for Prefetch.__eq__().
Mariusz Felisiak
2019-10-01
Refs #30651 -- Added tests for Message.__eq__().
Mariusz Felisiak
2019-10-01
Fixed typo in BulkInsertMapper constant name.
Mariusz Felisiak
2019-10-01
Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-length texts...
Ahmet Kucuk
2019-10-01
Added stub release notes for 2.2.7.
Carlton Gibson
2019-10-01
Added release dates for 2.2.6, 2.1.13, and 1.11.25.
Carlton Gibson
2019-09-30
Fixed #28690 -- Fixed handling of two-digit years in parse_http_date().
Ad Timmering
2019-09-30
Refs #28690 -- Added more tests for parse_http_date().
Ad Timmering
2019-09-30
Fixed #30774 -- Made serialization in migrations use members names for Enums.
Hasan Ramezani
2019-09-30
Doc'd that migrate commmand accepts a unique migration name prefix.
David Vaz
2019-09-27
Fixed #30802 -- Prevented manifest creation when running collectstatic in dry...
pablo
2019-09-27
Fixed #30597 -- Clarified how to unapply migrations.
David Vaz
2019-09-27
Refs #30597 -- Added a warning about dependent apps when unapplying migrations.
David Vaz
2019-09-27
Fixed #30798 -- Fixed Meta.ordering validation for pk of related fields.
Hasan Ramezani
2019-09-27
Refs #30798 -- Prevented chaining fields from the same related model multiple...
Hasan Ramezani
2019-09-27
Fixed #27921 -- Clarified usage of make_aware() with is_dst argument.
Glenn
2019-09-27
Fixed #30810 -- Fixed WatchmanReloaderTests.test_setting_timeout_from_environ...
Pablo García
2019-09-25
Fixed #25598 -- Added SCRIPT_NAME prefix to STATIC_URL and MEDIA_URL set to r...
Oleg Kainov
2019-09-25
Fixed #30800 -- Fixed migrations crash when altering a field with custom db_t...
Mariusz Felisiak
2019-09-25
Documented admonition on when to use custom signals (#11814)
Adam Johnson
2019-09-25
Fixed false positive tests of Paginator.count property.
Maxim Kurnikov
[prev]
[next]