django1/django/contrib
Clément Mangin 64e1a271f5 Fixed #29637 -- Fixed admin change form crash if the user doesn’t have the add permission to a TabularInline.
Regression in 825f0beda8.
2018-08-10 11:20:43 -04:00
..
admin Fixed #29637 -- Fixed admin change form crash if the user doesn’t have the add permission to a TabularInline. 2018-08-10 11:20:43 -04:00
admindocs Renamed django.utils.inspect.func_has_no_args() to method_has_no_args(). 2018-08-07 17:37:35 -04:00
auth Fixed #29616 -- Fixed createsuperuser for user models that don't have a password field. 2018-08-05 14:26:03 -04:00
contenttypes Fixed #29556 -- Made 'remove_stale_contenttypes --noinput' delete content types. 2018-07-10 10:14:34 -04:00
flatpages Updated contrib translations from Transifex 2018-08-01 09:24:06 -04:00
gis Fixed typos in comments and docs. 2018-08-01 16:09:22 -04:00
humanize Updated contrib translations from Transifex 2018-08-01 09:24:06 -04:00
messages Removed duplicate words in various comments. 2018-07-18 11:54:15 -04:00
postgres Refs #27869 -- Added PostgreSQL version check for GinIndex support. 2018-08-02 11:53:35 -04:00
redirects Updated contrib translations from Transifex 2018-08-01 09:24:06 -04:00
sessions Updated contrib translations from Transifex 2018-08-01 09:24:06 -04:00
sitemaps Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04:00
sites Updated contrib translations from Transifex 2018-08-01 09:24:06 -04:00
staticfiles Fixed #28566 -- Added path matching to collectstatic ignore patterns. 2018-07-13 16:48:19 -04:00
syndication Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
__init__.py