summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2018-03-15Fixed #28959 -- Fixed 'No, take me back' button on admin's inline popup.Josh Schneier
2018-03-15Fixed #29219 -- Made admin filters use processed params rather than request.GET.David Sanders
2018-03-15Fixed #29221 -- Corrected admin's autocomplete widget to add a space after cu...Artem Tabolin
2018-03-13Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.dzhuang
2018-03-12Fixed #28988 -- Fixed queries when a GenericRelation is used with multi-table...robwa
2018-03-05Fixed #28981 -- Added an exception if GeoIP database can't be loaded from the...Alex Stovbur
2018-03-04Corrected User model docstring about required fields.ovalseven8
2018-03-03Condensed some widgets code.Daniel Hahler
2018-03-02Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if username...Christophe Mehay
2018-03-01Refs #27728 -- Fixed thread safety of admin template tags.Carlton Gibson
2018-03-01Refs #27728 -- Made cosmetic edits to admin template tag template overriding.Tim Graham
2018-02-28Updated translations from TransifexClaude Paroz
2018-02-28Fixed #27728 -- Allowed overriding admin templatetags templates.Raffaele Salmaso
2018-02-26Fixed #29141 -- Corrected BCryptPasswordHasher's docstring about truncation.Tim Graham
2018-02-24Fixed #17962 -- Added ModelAdmin.get_deleted_objects().Becky Smith
2018-02-24Removed using argument from admin's get_deleted_objects().Tim Graham
2018-02-23Fixed #28635 -- Fixed admin's preserved filters if the URL contains non-ASCII...a8568730
2018-02-21Removed unused opts argument from admin's get_deleted_objects().Tim Graham
2018-02-21Fixed #29132 -- Avoided connecting update_last_login() handler if User.last_l...Mikhail Porokhovnichenko
2018-02-16Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users.Dylan Verheul
2018-02-15Fixed #27810 -- Allowed query expressions in admin_order_field.Andreas Pelme
2018-02-14Fixed #28933 -- Improved the efficiency of ModelAdmin.date_hierarchy queries.Haki Benita
2018-02-14Removed AuthenticationForm.get_user_id().Tim Graham
2018-02-14Made cosmetic edits to contrib.admin.filters.Tim Graham
2018-02-13Removed redundant filtering in date_hierarchy template tag.Haki Benita
2018-02-10Fixed #28960 -- Added GEOSGeometry.buffer_with_style().Stanislav Karpov
2018-02-07Fixed #25790 -- Allowed disable column sorting in the admin changelist.Alexander Gaevsky
2018-02-03Fixed #8500 -- Allowed overriding the default admin site instance.Raffaele Salmaso
2018-02-02Fixed imports per isort 4.3.1.Tim Graham
2018-02-01Refs #27795 -- Replaced force_text/bytes() with decode()/encode() in password...Jon Dufresne
2018-02-01Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.Tim Graham
2018-02-01Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_i...Tim Graham
2018-02-01Fixed imports per isort 4.3.0.Mariusz Felisiak
2018-01-27Expanded docs for AbstractBaseUser.has_usable_password().Tim Graham
2018-01-27Fixed #29054 -- Fixed a regression where a queryset that annotates with geome...Mariusz Felisiak
2018-01-23Refs #21221 -- Deprecated staticfiles and admin_static template tag libraries.Jon Dufresne
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-20Removed library name from file names of admin's JavaScript library licenses.Tim Graham
2018-01-12Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов
2018-01-12Fixed string format specifier for fillfactor in GistIndex.Nick Pope
2018-01-10Unified construction of WITH SQL in contrib.postgres.indexes.Tim Graham
2018-01-09Allowed indexes in contrib.postgres to have suffixes of any length.Nick Pope
2018-01-06Fixed #28842 -- Added SpatiaLite support for ForcePolygonCW function.Sergey Fedoseev
2018-01-05Fixed #15522 -- Added ModelAdmin.delete_queryset() to customize "delete selec...Vasilis Aggelou
2018-01-05Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.a...shanghui
2018-01-04Fixed #28517 -- Fixed admin delete confirmation view crash when related model...Paulo
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2018-01-03Fixed #28986 -- Prevented boolean values in admin list display from being for...Jonas Haag
2018-01-03Fixed #28984 -- Made assorted code simplifications.Tim Graham
2018-01-03Fixed #28985 -- Removed unneeded None checks before hasattr().Дилян Палаузов