django1/django/contrib
Claude Paroz cd40d9e721 Fixed #25657 -- Ignored exceptions when destroying geometry objects
Due to randomness of garbage collection with geometry objects, it's
easier to simply ignore AttributeError/TypeError generally raised when
parts of objects are already garbage-collected.
Thanks Sergey Fedoseev and Tim Graham for reviewing the patch.
2015-12-08 22:06:34 +01:00
..
admin Fixed #25165 -- Removed inline JavaScript from the admin. 2015-12-05 15:51:57 -05:00
admindocs Fixed #25667 -- Fixed admindocs initial_header_level. 2015-12-02 17:56:38 -05:00
auth Fixed #25165 -- Removed inline JavaScript from the admin. 2015-12-05 15:51:57 -05:00
contenttypes Pulled contrib translations from Transifex 2015-12-01 20:37:57 +01:00
flatpages Pulled contrib translations from Transifex 2015-12-01 20:37:57 +01:00
gis Fixed #25657 -- Ignored exceptions when destroying geometry objects 2015-12-08 22:06:34 +01:00
humanize Pulled contrib translations from Transifex 2015-12-01 20:37:57 +01:00
messages Used getattr() to simplify contrib.messages.api. 2015-09-26 20:04:09 -04:00
postgres Fixed #25867 -- Fixed a system check crash with nested ArrayFields. 2015-12-07 14:45:22 -05:00
redirects Pulled contrib translations from Transifex 2015-12-01 20:37:57 +01:00
sessions Pulled contrib translations from Transifex 2015-12-01 20:37:57 +01:00
sitemaps Updated sitemaps.ping_google() to use https. 2015-11-19 11:07:27 -05:00
sites Pulled contrib translations from Transifex 2015-12-01 20:37:57 +01:00
staticfiles Fixed #25784 -- Prevented an exception on collectstatic help 2015-11-22 20:32:14 +01:00
syndication Fixed #25806 -- Removed name mangling from syndication.Feed's _get_dynamic_attr(). 2015-11-25 17:46:58 -05:00
__init__.py