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
path:
root
/
django
Age
Commit message (
Expand
)
Author
2021-03-04
Corrected messages of admin checks for invalid model field names.
Hasan Ramezani
2021-03-03
Fixed #27854 -- Added system check for nonexistent directories in STATICFILES...
Jacob Walls
2021-03-03
Refs #27854 -- Skipped subsequent checks if STATICFILES_DIRS is not a list or...
Jacob Walls
2021-03-03
Fixed #32493 -- Removed redundant never_cache uses from admin views.
tim-mccurrach
2021-03-02
Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.
François Freitag
2021-03-02
Refs #24121 -- Added __repr__() to URLNode.
Rohith PR
2021-03-01
Fixed #22640 -- Raised TypeError when instantiating model with keyword and po...
Jacob Walls
2021-03-01
Refs #23919 -- Removed unneeded AttributeError catching in collectstatic's li...
Jacob Walls
2021-03-01
Fixed #32456 -- Added dbshell support for specifying a password file on Postg...
Hasan Ramezani
2021-02-26
Fixed typo in assertQuerysetEqual() exception message.
Jacob Walls
2021-02-26
Refs #32292 -- Made dbshell do not use 'postgres' database when service name ...
Mariusz Felisiak
2021-02-26
Fixed #28607 -- Prevented duplicates in HashedFilesMixin post-processing resu...
Jacob Walls
2021-02-26
Refs #24121 -- Added __repr__() to FilterExpression, Lexer, Parser, and Token.
David Smith
2021-02-24
Fixed #32480 -- Corrected docstring and removed redundant comments in django/...
BeryCZ
2021-02-24
Fixed #32446 -- Deprecated SERIALIZE test database setting.
Simon Charette
2021-02-24
Refs #31811 -- Restored **kwargs to django.test.utils.setup_databases().
Mariusz Felisiak
2021-02-24
Refs #32468 -- Added error message on invalid usage of cache decorators.
Haki Benita
2021-02-24
Fixed #32468 -- Corrected usage of never_cache in contrib.admin.
Haki Benita
2021-02-24
Fixed #32478 -- Included nested columns referenced by subqueries in GROUP BY ...
Simon Charette
2021-02-23
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
2021-02-23
Fixed typo in django/db/backends/sqlite3/base.py comment.
Chris Jerdonek
2021-02-23
Fixed #32470 -- Fixed ResolverMatch instance on test clients when request.url...
Marc Gibbons
2021-02-22
Refs #16117 -- Made @action and @display decorators importable from django.co...
Nick Pope
2021-02-22
Fixed #32469 -- Made assertQuerysetEqual() respect maxDiff when ordered=False.
Nick Pope
2021-02-19
Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more ...
Hannes Ljungberg
2021-02-19
Fixed #32256 -- Fixed migration optimization crash when swapping field names.
Hasan Ramezani
2021-02-18
Fixed #32455 -- Allowed right combining Q() with boolean expressions.
Hasan Ramezani
2021-02-18
Fixed #32450 -- Fixed crash when ANDing/ORing an empty Q() with not pickleabl...
starryrbs
2021-02-18
Fixed #32443 -- Removed "shifted" CSS class when admin's sidebar is disabled.
Amir Ajorloo
2021-02-17
Fixed #32453 -- Added introspection of unique constraint field ordering on SQ...
Hannes Ljungberg
2021-02-16
Fixed #30231 -- Fixed admin filter horizontal/vertical verbose_name generation.
Teresa Partida
2021-02-16
Fixed #29052 -- Made test database creation preserve alias order and prefer t...
Harm Geerts
2021-02-15
Fixed #26607 -- Allowed customizing formset kwargs with ModelAdmin.get_formse...
manav014
2021-02-15
Fixed #32417 -- Removed unneeded hasattr() check in LiveServerTestCase._tearD...
Chris Jerdonek
2021-02-12
Simplified introspection of constraints on MySQL.
Hannes Ljungberg
2021-02-12
Fixed #32437 -- Fixed cleaning up ALLOWED_HOSTS in LiveServerTestCase on setU...
Chris Jerdonek
2021-02-12
Refs #32416 -- Added LiveServerThread.server_class to ease subclassing.
Chris Jerdonek
2021-02-11
Fixed #32433 -- Added error message on QuerySet.delete() following distinct().
Egidijus Macijauskas
2021-02-11
Fixed #32421 -- Made admindocs ModelDetailView show model cached properties.
Ramon Saraiva
2021-02-10
Refs #32355 -- Restored PY36 and PY37 version constants.
Carlton Gibson
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-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 #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
Fixed #32395 -- Allowed capturing stdout of migration signals.
Simon Charette
2021-02-04
Refs #32074 -- Fixed TextChoices/IntegerChoices crash on Python 3.10.
Mariusz Felisiak
[prev]
[next]