summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-24Fixed #32480 -- Corrected docstring and removed redundant comments in django/...BeryCZ
2021-02-24Fixed #32446 -- Deprecated SERIALIZE test database setting.Simon Charette
2021-02-24Refs #31811 -- Corrected DiscoverRunner.setup_databases() signature.Mariusz Felisiak
2021-02-24Refs #31811 -- Restored **kwargs to django.test.utils.setup_databases().Mariusz Felisiak
2021-02-24Refs #32468 -- Added error message on invalid usage of cache decorators.Haki Benita
2021-02-24Fixed #32468 -- Corrected usage of never_cache in contrib.admin.Haki Benita
2021-02-24Fixed #32478 -- Included nested columns referenced by subqueries in GROUP BY ...Simon Charette
2021-02-23Fixed #30916 -- Added support for functional unique constraints.Hannes Ljungberg
2021-02-23Fixed typo in django/db/backends/sqlite3/base.py comment.Chris Jerdonek
2021-02-23Fixed #32470 -- Fixed ResolverMatch instance on test clients when request.url...Marc Gibbons
2021-02-23Fixed DataUploadMaxNumberOfFieldsFormPost.test_number_exceeded().Mariusz Felisiak
2021-02-23Fixed #32471 -- Doc'd the return value of EmailMessage.send().Hasan Ramezani
2021-02-23Fixed #32445 -- Fixed LiveServerThreadTest.test_closes_connections() for non-...Chris Jerdonek
2021-02-22Refs #4027 -- Added Model._state.adding to docs about copying model instances.Johannes Wilm
2021-02-22Refs #16117 -- Made @action and @display decorators importable from django.co...Nick Pope
2021-02-22Fixed #32469 -- Made assertQuerysetEqual() respect maxDiff when ordered=False.Nick Pope
2021-02-19Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more ...Hannes Ljungberg
2021-02-19Fixed #32256 -- Fixed migration optimization crash when swapping field names.Hasan Ramezani
2021-02-19Added CVE-2021-23336 to security archive.Carlton Gibson
2021-02-19Refs CVE-2021-23336 -- Updated tests and release notes for affected versions.Nick Pope
2021-02-19Refs #30231 -- Fixed SeleniumTests.test_inlines_verbose_name with headless mode.David Smith
2021-02-18Fixed #32455 -- Allowed right combining Q() with boolean expressions.Hasan Ramezani
2021-02-18Refs #32455 -- Added tests for left combining an empty Q() with boolean expre...Mariusz Felisiak
2021-02-18Fixed #32450 -- Fixed crash when ANDing/ORing an empty Q() with not pickleabl...starryrbs
2021-02-18Fixed #32443 -- Removed "shifted" CSS class when admin's sidebar is disabled.Amir Ajorloo
2021-02-17Added documentation extlink for bugs.python.org.Nick Pope
2021-02-17Fixed #32453 -- Added introspection of unique constraint field ordering on SQ...Hannes Ljungberg
2021-02-16Fixed #30231 -- Fixed admin filter horizontal/vertical verbose_name generation.Teresa Partida
2021-02-16Fixed #29052 -- Made test database creation preserve alias order and prefer t...Harm Geerts
2021-02-15Fixed #26607 -- Allowed customizing formset kwargs with ModelAdmin.get_formse...manav014
2021-02-15Fixed #32417 -- Removed unneeded hasattr() check in LiveServerTestCase._tearD...Chris Jerdonek
2021-02-15Refs #32417 -- Improved cleaning up and fixed isolation of staticfiles_tests ...Chris Jerdonek
2021-02-13Refs #32394 -- Rephrased release note for STATIC_URL change.Tim Graham
2021-02-12Simplified introspection of constraints on MySQL.Hannes Ljungberg
2021-02-12Fixed #32437 -- Fixed cleaning up ALLOWED_HOSTS in LiveServerTestCase on setU...Chris Jerdonek
2021-02-12Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.David Smith
2021-02-12Refs #32416 -- Added LiveServerThread.server_class to ease subclassing.Chris Jerdonek
2021-02-11Documented an example custom context processor.Adam Johnson
2021-02-11Improved pagination documentationAdam Johnson
2021-02-11Refs #30944 -- Added pyproject.toml in reusable apps docs.Nick Pope
2021-02-11Fixed #32433 -- Added error message on QuerySet.delete() following distinct().Egidijus Macijauskas
2021-02-11Refs #19102 -- Removed flaky test Ticket19102Tests.test_ticket_19102_distinct...Egidijus Macijauskas
2021-02-11Enabled build-system isolation via pip.Florian Apolloner
2021-02-11Fixed #32421 -- Made admindocs ModelDetailView show model cached properties.Ramon Saraiva
2021-02-10Refs #32355 -- Restored PY36 and PY37 version constants.Carlton Gibson
2021-02-10Used allowlist_externals in tox.ini (again)Matthias Kestenholz
2021-02-10Fixed #32431 -- Reversed order of security issues history.Hasan Ramezani
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2021-02-09Fixed #32145 -- Improved makemessages error message when app's locale directo...Josh Santos
2021-02-09Fixed #32425 -- Fixed adding nullable field with default on MySQL.Jordan Bae