django1/django/contrib
Claude Paroz 15715bf2a2 Fixed #22423 -- Added support for MySQL operators on real geometries.
Thanks Viswanathan Mahalingam for the report and initial patch, and
Nicke Pope and Tim Graham for the review.
2019-02-12 17:29:16 -05:00
..
admin Fixed #16027 -- Added app_label to ContentType.__str__(). 2019-02-07 19:56:47 -05:00
admindocs Removed unneeded list() calls in enumerate() argument. 2019-02-12 07:51:43 +05:00
auth Fixed #16027 -- Added app_label to ContentType.__str__(). 2019-02-07 19:56:47 -05:00
contenttypes Fixed #16027 -- Added app_label to ContentType.__str__(). 2019-02-07 19:56:47 -05:00
flatpages Updated translation catalogs 2019-01-16 20:51:26 +01:00
gis Fixed #22423 -- Added support for MySQL operators on real geometries. 2019-02-12 17:29:16 -05:00
humanize Updated translation catalogs 2019-01-16 20:51:26 +01:00
messages Removed duplicate words in various comments. 2018-07-18 11:54:15 -04:00
postgres Fixed #29391 -- Made PostgresSimpleLookup respect Field.get_db_prep_value(). 2019-02-09 18:05:50 -05:00
redirects Fetched Armenian translations from Transifex 2019-01-10 10:50:42 +01:00
sessions Removed unnecessary type() calls for class methods. 2019-02-06 22:00:32 -05:00
sitemaps Refs #23829 -- Made ping_google command/function use https for the sitemap URL. 2019-01-11 10:32:22 -05:00
sites Followed style guide for model attribute ordering. 2018-12-27 19:34:14 -05:00
staticfiles Fixed #30159 -- Removed unneeded use of OrderedDict. 2019-02-06 13:48:39 -05:00
syndication Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
__init__.py