summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2018-06-15[2.0.x] Refs #29428 -- Fixed admin check crash when using a query expression ...Tim Graham
2018-06-15[2.0.x] Fixed #29428 -- Fixed admin changelist crash when using a query expre...Tim Graham
2018-06-12[2.0.x] Fixed 'invalid escape sequence' warning in GEOSGeometryBase.from_ewkt().Tim Graham
2018-06-06[2.0.x] Refs #28462 -- Fixed 'invalid escape sequence' warning on Python 3.6+.Tim Graham
2018-06-01[2.0.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy
2018-05-31[2.0.x] Fixed #29460 -- Added support for GEOS 3.6.Tim Graham
2018-04-12[2.0.x] Fixed #29296 -- Fixed crashes in admindocs when a view is a callable ...Paul Donohue
2018-04-10[2.0.x] Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postg...Alasdair Nicol
2018-04-02[2.0.x] Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the w...Claude Paroz
2018-03-21Reverted "[2.0.x] Expanded docs for AbstractBaseUser.has_usable_password()."Tim Graham
2018-03-15[2.0.x] Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL con...Mattia Procopio
2018-03-15[2.0.x] Fixed #29221 -- Corrected admin's autocomplete widget to add a space ...Artem Tabolin
2018-03-13[2.0.x] Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/...dzhuang
2018-03-02[2.0.x] Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if ...Christophe Mehay
2018-02-28[2.0.x] Updated translations from TransifexClaude Paroz
2018-02-20[2.0.x] Removed blank lines per isort 4.3.0.Tim Graham
2018-02-01[2.0.x] Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.Tim Graham
2018-02-01[2.0.x] Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdm...Tim Graham
2018-01-31[2.0.x] Fixed #29071 -- Fixed contrib.auth.authenticate() crash if a backend ...Tim Graham
2018-01-27[2.0.x] Expanded docs for AbstractBaseUser.has_usable_password().Tim Graham
2018-01-27[2.0.x] Fixed #29054 -- Fixed a regression where a queryset that annotates wi...Mariusz Felisiak
2017-12-27[2.0.x] Fixed #28958 -- Fixed admin changelist crash when using a query expre...Mariusz Felisiak
2017-12-12[2.0.x] Fixed #28898 -- Corrected admin check to allow a OneToOneField in Mod...Rodrigo Pinheiro Marques de Araújo
2017-12-12[2.0.x] Fixed #28896 -- Reallowed filtering a queryset with GeometryField=None.Sergey Fedoseev
2017-12-08[2.0.x] Refs #28856 -- Fixed caching of a GenericForeignKey pointing to a mod...Morgan Wahl
2017-12-01[2.0.x] Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add ...Tim Graham
2017-12-01[2.0.x] Fixed #28849 -- Fixed referenced table and column rename on SQLite.Simon Charette
2017-12-01[2.0.x] Updated contrib translations from TransifexClaude Paroz
2017-12-01[2.0.x] Fixed #28866 -- Made InlineAdminFormSet include InlineModelAdmin's Me...Vasiliy Bolshakov
2017-11-30[2.0.x] Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey ...Simon Charette
2017-11-29[2.0.x] Fixed #28702 -- Made query lookups for CIText fields use citext.Mads Jensen
2017-11-17[2.0.x] Refs #28814 -- Fixed "SyntaxError: Generator expression must be paren...Tim Graham
2017-11-08[2.0.x] Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive us...shanghui
2017-11-06[2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов
2017-11-04[2.0.x] Simplified GeometryField.select_format().Sergey Fedoseev
2017-11-03[2.0.x] Fixed #28768 -- Added Slovak char map for Javascript slug generation.Ondrej Kolimar
2017-11-01[2.0.x] Fixed #28749 -- Added subquery support for ArrayField's __in lookup.Michał Pasternak
2017-10-31[2.0.x] Refs #23919 -- Updated references to urllib.quote() to Python 3 locat...Ville Skyttä
2017-10-16[2.0.x] Fixed typo in MessageMiddleware.process_response() docstring.Joe Arthur
2017-10-14[2.0.x] Fixed #28713 -- Prevented ModelBackend.get_all_permissions() from mut...Yuri Kaszubowski Lopes
2017-10-09[2.0.x] Fixed #28685 -- Fixed awkward wrapping of Select2 chips.Johannes Hoppe
2017-09-25[2.0.x] Reverted "Fixed #28248 -- Fixed password reset tokens being valid for...Tim Graham
2017-09-24[2.0.x] Fixed JS linter errorClaude Paroz
2017-09-24[2.0.x] Updated translation catalogsClaude Paroz
2017-09-24[2.0.x] Refs #25006 -- Marked again admin time picker shortcuts for translationClaude Paroz
2017-09-22Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...Nicolas Delaby
2017-09-21Fixed #28576 -- Added color interpretation method to GDALBand.Niall Dalton
2017-09-20Fixed #28617 -- Made ogrinspect output pep8 compliant.Thomas Schorr
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-09-19Refs #28334 -- Fixed crash in hstore/citext oid caching during test db creation.Tim Graham