django1/django/contrib
Jon Dufresne 3857a08bdb Fixed #31361 -- Fixed invalid action="" in admin forms.
The attribute action="" (empty string) on the <form> element is invalid
HTML5. The spec (https://html.spec.whatwg.org/#attr-fs-action) says:

> The action and formaction content attributes, if specified, must have
> a value that is a valid non-empty URL potentially surrounded by
> spaces.

Emphasis on non-empty. The action attribute is allowed to be omitted, in
which case the current URL is used which is the same behavior as now.
2020-03-16 07:31:19 +01:00
..
admin Fixed #31361 -- Fixed invalid action="" in admin forms. 2020-03-16 07:31:19 +01:00
admindocs Updated translations from Transifex. 2020-01-31 20:59:10 +01:00
auth Fixed #31359 -- Deprecated get_random_string() calls without an explicit length. 2020-03-11 13:16:44 +01:00
contenttypes Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00
flatpages Updated translations from Transifex. 2020-01-31 20:59:10 +01:00
gis Fixed #30489 -- Fixed RasterField deserialization with pixeltype flags. 2020-03-05 09:44:44 +01:00
humanize Updated translations from Transifex. 2020-01-31 20:59:10 +01:00
messages Refs #27604 -- Fixed loading of legacy cookie hashes when CookieStorage.key_salt is changed. 2020-02-04 09:06:55 +01:00
postgres Refs #31340 -- Simplified SearchQuery by making it subclass Func. 2020-03-13 11:38:43 +01:00
redirects Updated translations from Transifex. 2020-01-31 20:59:10 +01:00
sessions Fixed #31274 -- Used signing infrastructure in SessionBase.encode()/decode(). 2020-03-02 12:16:48 +01:00
sitemaps Refs #23829 -- Made ping_google command/function use https for the sitemap URL. 2019-01-11 10:32:22 -05:00
sites Updated translations from Transifex. 2020-01-31 20:59:10 +01:00
staticfiles Refs #29983 -- Added support for using pathlib.Path in all settings. 2019-11-07 10:26:22 +01:00
syndication Fixed #29352 -- Allowed specifying a Feed language. 2019-05-06 15:10:54 +02:00
__init__.py