index
:
django.git
fix-31295
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-03-18
[3.2.x] Bumped version for 3.2 release candidate 1.
3.2rc1
Carlton Gibson
2021-03-18
[3.2.x] Fixed #32466 -- Corrected autocomplete to_field resolution for comple...
Johannes Maron
2021-03-18
[3.2.x] Fixed #32547 -- Corrected notes about validation in HTML assertions d...
Hasan Ramezani
2021-03-17
[3.2.x] Fixed #32560 -- Fixed test runner with --pdb and --buffer on fail/error.
Adam Johnson
2021-03-17
[3.2.x] Fixed typo in docs/topics/testing/advanced.txt.
Jozef
2021-03-16
[3.2.x] Fixed #32353 -- Confirmed support for PROJ 7.X.
Mariusz Felisiak
2021-03-16
[3.2.x] Fixed #32536 -- Added links to BaseDetailView/BaseListView.get() meth...
Hasan Ramezani
2021-03-15
[3.2.x] Fixed typo in docs/ref/checks.txt.
Hasan Ramezani
2021-03-15
[3.2.x] Updated datum directory for PROJ 6 in GIS install instructions.
Mariusz Felisiak
2021-03-10
[3.2.x] Refs #31235 -- Improved assertQuerysetEqual() warning message with st...
Claude Paroz
2021-03-10
[3.2.x] Fixed #32512 -- Fixed admin dark theme for autocomplete fields.
mimi89999
2021-03-09
[3.2.x] Refs #32018 -- Corrected color variable for toggle links in admin.
Mariusz Felisiak
2021-03-09
[3.2.x] Refs #32018 -- Used --darkened-bg for <pre> elements.
Mariusz Felisiak
2021-03-09
[3.2.x] Refs #26167 -- Added @skipUnlessDBFeature('supports_expression_indexe...
Tim Graham
2021-03-09
[3.2.x] Updated link to Selenium webdrivers.
Mariusz Felisiak
2021-03-09
[3.2.x] Updated Git branch "master" to "main".
Markus Holtermann
2021-03-05
[3.2.x] Fixed #32507 -- Added link to assertHTMLEqual() in assertInHTML() docs.
Jacob Walls
2021-03-04
[3.2.x] Refs #32483 -- Doc'd caveat about using JSONField key transforms to b...
Mariusz Felisiak
2021-03-04
[3.2.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.
Mariusz Felisiak
2021-03-04
[3.2.x] Corrected admin.E023 message in docs.
Hasan Ramezani
2021-03-03
[3.2.x] Refs #32412 -- Adjusted Contributing Guide start page.
GabbyPrecious
2021-03-03
[3.2.x] Updated links to djangoproject.com/code.djangoproject.com repositories.
Mariusz Felisiak
2021-03-02
[3.2.x] Fixed #32271 -- Improved consistency of docs CBV examples.
Jack Aitken
2021-02-26
[3.2.x] Fixed #20423 -- Doc'd that DTL variable names may not be a number.
tim-mccurrach
2021-02-26
[3.2.x] Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.
Jacob Walls
2021-02-25
[3.2.x] Fixed indentation in docs/topics/i18n/translation.txt.
Camilo Nova
2021-02-25
[3.2.x] Added stub release notes for 3.1.8.
Mariusz Felisiak
2021-02-25
[3.2.x] Updated links to DEPs.
Markus Holtermann
2021-02-24
[3.2.x] Refs #31811 -- Corrected DiscoverRunner.setup_databases() signature.
Mariusz Felisiak
2021-02-24
[3.2.x] Refs #31811 -- Restored **kwargs to django.test.utils.setup_databases().
Mariusz Felisiak
2021-02-24
[3.2.x] Fixed #32478 -- Included nested columns referenced by subqueries in G...
Simon Charette
2021-02-23
[3.2.x] Fixed #32471 -- Doc'd the return value of EmailMessage.send().
Hasan Ramezani
2021-02-22
[3.2.x] Refs #4027 -- Added Model._state.adding to docs about copying model i...
Johannes Wilm
2021-02-22
[3.2.x] Refs #16117 -- Made @action and @display decorators importable from d...
Nick Pope
2021-02-19
[3.2.x] Added CVE-2021-23336 to security archive.
Carlton Gibson
2021-02-19
[3.2.x] Bumped version for 3.2 beta 1.
3.2b1
Carlton Gibson
2021-02-19
[3.2.x] Fixed CVE-2021-23336 -- Fixed web cache poisoning via django.utils.ht...
Nick Pope
2021-02-19
[3.2.x] Fixed #32455 -- Allowed right combining Q() with boolean expressions.
Hasan Ramezani
2021-02-19
[3.2.x] Refs #32455 -- Added tests for left combining an empty Q() with boole...
Mariusz Felisiak
2021-02-18
[3.2.x] Fixed #32450 -- Fixed crash when ANDing/ORing an empty Q() with not p...
starryrbs
2021-02-17
[3.2.x] Added documentation extlink for bugs.python.org.
Nick Pope
2021-02-17
[3.2.x] Fixed #32453 -- Added introspection of unique constraint field orderi...
Hannes Ljungberg
2021-02-16
[3.2.x] Fixed #29052 -- Made test database creation preserve alias order and ...
Harm Geerts
2021-02-12
[3.2.x] Fixed #32437 -- Fixed cleaning up ALLOWED_HOSTS in LiveServerTestCase...
Chris Jerdonek
2021-02-12
[3.2.x] Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.
David Smith
2021-02-11
[3.2.x] Documented an example custom context processor.
Adam Johnson
2021-02-11
[3.2.x] Improved pagination documentation
Adam Johnson
2021-02-11
[3.2.x] Fixed #32433 -- Added error message on QuerySet.delete() following di...
Egidijus Macijauskas
2021-02-11
[3.2.x] Refs #19102 -- Removed flaky test Ticket19102Tests.test_ticket_19102_...
Egidijus Macijauskas
2021-02-10
[3.2.x] Fixed #32431 -- Reversed order of security issues history.
Hasan Ramezani
[next]