summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added documentation extlink for bugs.python.org.c/use-bpo-extlinkNick Pope2021-02-174-10/+9
* Fixed #30231 -- Fixed admin filter horizontal/vertical verbose_name generation.Teresa Partida2021-02-164-11/+119
* Fixed #29052 -- Made test database creation preserve alias order and prefer t...Harm Geerts2021-02-163-3/+38
* Fixed #26607 -- Allowed customizing formset kwargs with ModelAdmin.get_formse...manav0142021-02-155-11/+44
* Fixed #32417 -- Removed unneeded hasattr() check in LiveServerTestCase._tearD...Chris Jerdonek2021-02-151-12/+8
* Refs #32417 -- Improved cleaning up and fixed isolation of staticfiles_tests ...Chris Jerdonek2021-02-151-10/+19
* Refs #32394 -- Rephrased release note for STATIC_URL change.Tim Graham2021-02-131-3/+3
* Simplified introspection of constraints on MySQL.Hannes Ljungberg2021-02-121-20/+11
* Fixed #32437 -- Fixed cleaning up ALLOWED_HOSTS in LiveServerTestCase on setU...Chris Jerdonek2021-02-122-2/+40
* Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.David Smith2021-02-121-2/+2
* Refs #32416 -- Added LiveServerThread.server_class to ease subclassing.Chris Jerdonek2021-02-122-1/+23
* Documented an example custom context processor.Adam Johnson2021-02-111-2/+11
* Improved pagination documentationAdam Johnson2021-02-111-1/+5
* Refs #30944 -- Added pyproject.toml in reusable apps docs.Nick Pope2021-02-111-6/+14
* Fixed #32433 -- Added error message on QuerySet.delete() following distinct().Egidijus Macijauskas2021-02-113-1/+15
* Refs #19102 -- Removed flaky test Ticket19102Tests.test_ticket_19102_distinct...Egidijus Macijauskas2021-02-111-14/+0
* Enabled build-system isolation via pip.Florian Apolloner2021-02-111-0/+3
* Fixed #32421 -- Made admindocs ModelDetailView show model cached properties.Ramon Saraiva2021-02-115-4/+21
* Refs #32355 -- Restored PY36 and PY37 version constants.Carlton Gibson2021-02-101-0/+2
* Used allowlist_externals in tox.ini (again)Matthias Kestenholz2021-02-101-1/+2
* Fixed #32431 -- Reversed order of security issues history.Hasan Ramezani2021-02-101-573/+573
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-1033-274/+59
* Fixed #32145 -- Improved makemessages error message when app's locale directo...Josh Santos2021-02-092-4/+9
* Fixed #32425 -- Fixed adding nullable field with default on MySQL.Jordan Bae2021-02-094-1/+37
* Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView.ThinkChaos2021-02-085-6/+67
* Used .. attribute:: directive in authentication views docs.Mariusz Felisiak2021-02-082-111/+185
* Fixed #32430 -- Doc'd base class-based views.Anil Khatri2021-02-081-4/+76
* Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.Anil Khatri2021-02-084-4/+24
* Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...Markus Holtermann2021-02-0611-20/+20
* Fixed #32394 -- Changed project template settings to use relative STATIC_URL.Markus Holtermann2021-02-062-1/+5
* Fixed #32411 -- Fixed __icontains lookup for JSONField on MySQL.Hasan Ramezani2021-02-052-20/+31
* Fixed #32419 -- Clarified URLconf in example of serving media files.Amankumar Singh2021-02-051-1/+1
* Fixed #32420 -- Fixed detecting primary key values in deserialization when PK...Mikolaj Rybinski2021-02-053-3/+36
* Fixed #32350 -- Fixed showmigrations crash for applied squashed migrations.Daniel Ebrahimian2021-02-042-1/+39
* Corrected typo in advice to new contributors.Carlton Gibson2021-02-041-2/+2
* Skipped test_archive tests when bz2/lzma module is not installed.Mariusz Felisiak2021-02-041-1/+22
* Fixed #32395 -- Allowed capturing stdout of migration signals.Simon Charette2021-02-046-9/+34
* Used subTest() in migrate_signals.tests.MigrateSignalTests.test_args().Simon Charette2021-02-041-9/+10
* Refs #32074 -- Fixed TextChoices/IntegerChoices crash on Python 3.10.Mariusz Felisiak2021-02-041-2/+2
* Refs #32412 -- Adjusted link from tutorial to reference docs.GabbyPrecious2021-02-041-2/+2
* Refs #32412 -- Adjusted beginning of Advice for new contributors.GabbyPrecious2021-02-041-1/+7
* Fixed #31527 -- Allowed admindocs index to handle non-string URLconfs.Jim Xie2021-02-043-5/+25
* Fix typosDan Swain2021-02-041-1/+1
* Fixed #32332 -- Fixed loss of parent with non-numeric pk when saving child af...Hasan Ramezani2021-02-043-4/+22
* Refs #32390 -- Bumped required cx_Oracle to 7.0.Mariusz Felisiak2021-02-034-7/+5
* Fixed #32390 -- Dropped support for Oracle 12.2 and 18c.Mariusz Felisiak2021-02-034-9/+11
* Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' da...Mariusz Felisiak2021-02-023-2/+55
* Fixed typo in docs/ref/forms/widgets.txt.Brad Solomon2021-02-011-1/+1
* Added stub release notes for 3.1.7.Mariusz Felisiak2021-02-012-0/+13
* Added CVE-2021-3281 to security archive.Mariusz Felisiak2021-02-011-0/+13