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
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-02-09
Fixed #32145 -- Improved makemessages error message when app's locale directo...
Josh Santos
2021-02-09
Fixed #32425 -- Fixed adding nullable field with default on MySQL.
Jordan Bae
2021-02-08
Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView.
ThinkChaos
2021-02-08
Used .. attribute:: directive in authentication views docs.
Mariusz Felisiak
2021-02-08
Fixed #32430 -- Doc'd base class-based views.
Anil Khatri
2021-02-08
Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.
Anil Khatri
2021-02-06
Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...
Markus Holtermann
2021-02-06
Fixed #32394 -- Changed project template settings to use relative STATIC_URL.
Markus Holtermann
2021-02-05
Fixed #32411 -- Fixed __icontains lookup for JSONField on MySQL.
Hasan Ramezani
2021-02-05
Fixed #32419 -- Clarified URLconf in example of serving media files.
Amankumar Singh
2021-02-05
Fixed #32420 -- Fixed detecting primary key values in deserialization when PK...
Mikolaj Rybinski
2021-02-04
Fixed #32350 -- Fixed showmigrations crash for applied squashed migrations.
Daniel Ebrahimian
2021-02-04
Corrected typo in advice to new contributors.
Carlton Gibson
2021-02-04
Skipped test_archive tests when bz2/lzma module is not installed.
Mariusz Felisiak
2021-02-04
Fixed #32395 -- Allowed capturing stdout of migration signals.
Simon Charette
2021-02-04
Used subTest() in migrate_signals.tests.MigrateSignalTests.test_args().
Simon Charette
2021-02-04
Refs #32074 -- Fixed TextChoices/IntegerChoices crash on Python 3.10.
Mariusz Felisiak
2021-02-04
Refs #32412 -- Adjusted link from tutorial to reference docs.
GabbyPrecious
2021-02-04
Refs #32412 -- Adjusted beginning of Advice for new contributors.
GabbyPrecious
2021-02-04
Fixed #31527 -- Allowed admindocs index to handle non-string URLconfs.
Jim Xie
2021-02-04
Fix typos
Dan Swain
2021-02-04
Fixed #32332 -- Fixed loss of parent with non-numeric pk when saving child af...
Hasan Ramezani
2021-02-03
Refs #32390 -- Bumped required cx_Oracle to 7.0.
Mariusz Felisiak
2021-02-03
Fixed #32390 -- Dropped support for Oracle 12.2 and 18c.
Mariusz Felisiak
2021-02-02
Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' da...
Mariusz Felisiak
2021-02-01
Fixed typo in docs/ref/forms/widgets.txt.
Brad Solomon
2021-02-01
Added stub release notes for 3.1.7.
Mariusz Felisiak
2021-02-01
Added CVE-2021-3281 to security archive.
Mariusz Felisiak
2021-02-01
Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archive.extrac...
Mariusz Felisiak
2021-01-29
Fixed #32345 -- Fixed preserving encoded query strings in set_language() view.
Sandro Covo
2021-01-29
Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() in expressions.
Tilman Koschnick
2021-01-29
Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.
Mariusz Felisiak
2021-01-28
Modernized custom manager example
Adam Johnson
2021-01-28
Fixed #32391 -- Used CSS flex properties for changelist filter.
Denis Skulimovskiy
2021-01-28
Fixed #32389 -- Fixed ResponseHeaders crash when data is not mapping.
Illia Volochii
2021-01-28
Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplicates for ...
Timothy McCurrach
2021-01-27
Improved performance of django.forms.ChoiceWidget.optgroups().
David Smith
2021-01-27
Changed "Don't overuse count() or exists()" example to Python.
Adam Johnson
2021-01-27
Fixed #32385 -- Removed unused and duplicated loading of tags in admin templa...
tim-mccurrach
2021-01-27
Fixed #32290 -- Fixed TemplateNotFound in {% include %} tag for relative path...
Hasan Ramezani
2021-01-27
Refs #32290 -- Added {% extends %} test for relative path in variable.
Hasan Ramezani
2021-01-27
Fixed #32348, Refs #29087 -- Corrected tutorial for updated deleting inlines UI.
Carlton Gibson
2021-01-26
Refs #26602 -- Added tests for aggregating over a RawSQL() annotation.
Mariusz Felisiak
2021-01-26
Fixed #32347 -- Made ModelChoiceField include the value in ValidationError fo...
Jerin Peter George
2021-01-26
Fixed #32369 -- Fixed adding check constraints with pattern lookups and expre...
Simon Charette
2021-01-25
Refs #26167 -- Corrected OpClass() example in docs.
Hannes Ljungberg
2021-01-25
Refs #32380 -- Added test for distance lookups with F() expression.
Mariusz Felisiak
2021-01-22
Refs #32372 -- Updated manager name in related objects reference docs.
Jack
2021-01-22
Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting.
Timothy McCurrach
[next]