summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2017-11-30[1.11.x] Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey...Simon Charette
2017-11-29[1.11.x] Fixed #28702 -- Made query lookups for CIText fields use citext.Mads Jensen
2017-11-08[1.11.x] Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive u...shanghui
2017-09-03[1.11.x] Fixed #28550 -- Restored contrib.auth's login() and logout() views' ...Zach Liu
2017-08-26[1.11.x] Refs #25809 -- Omitted pages_per_range from BrinIndex.deconstruct() ...Mads Jensen
2017-08-24[1.11.x] Fixed #28513 -- Added POST request support to LogoutView.hui shang
2017-08-22[1.11.x] Fixed incorrect indentation in remove_stale_contenttypes.Nick Pope
2017-08-02[1.11.x] Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the...Tim Graham
2017-07-21[1.11.x] Fixed #28418 -- Fixed queryset crash when using a GenericRelation to...Rachel Tobin
2017-07-19[1.11.x] Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of...Roman Selivanov
2017-07-05[1.11.x] Refs #21415 -- Fixed contrib.humanize translations for es_ARClaude Paroz
2017-06-13[1.11.x] Fixed #28229 -- Fixed the value of LoginView's "next" template varia...Mikhail Golubev
2017-06-12[1.11.x] Fixed #27967 -- Fixed KeyError in admin's inline form with inherited...Paulo
2017-06-06[1.11.x] Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.kakulukia
2017-06-06[1.11.x] Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invali...Paulo
2017-06-05[1.11.x] Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a ne...Paulo
2017-06-01[1.11.x] Sorted imports per isort 4.2.9.Tim Graham
2017-05-31[1.11.x] Updated translations from TransifexClaude Paroz
2017-05-30[1.11.x] Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.Tim Graham
2017-05-25[1.11.x] Fixed docstring typo in django/contrib/admin/actions.py.Yuichi Fujikawa
2017-05-22[1.11.x] Refs #28207 -- Fixed contrib.auth.authenticate() if 'backend' is in ...Daniel Hahler
2017-05-15[1.11.x] Fixed #28207 -- Fixed contrib.auth.authenticate() if multiple auth b...Tamas Szabo
2017-05-08[1.11.x] Fixed #28178 -- Changed contrib.gis to raise ImproperlyConfigured if...Tim Graham
2017-05-08[1.11.x] Fixed #28181 -- Added detection for GDAL 2.1 and 2.0.Tim Graham
2017-05-04[1.11.x] Fixed #28160 -- Prevented hiding GDAL exceptions when it's not insta...Tim Graham
2017-05-04[1.11.x] Fixed #28161 -- Fixed return type of ArrayField(CITextField()).Simon Charette
2017-04-30[1.11.x] Fixed #28105 -- Fixed crash in BaseGeometryWidget.get_context() when...Dylan Verheul
2017-04-29[1.11.x] Fixed #28040 -- Updated SplitArrayWidget to use template-based widge...Tim Graham
2017-04-20[1.11.x] Fixed #28039 -- Fixed crash in BaseGeometryWidget.subwidgets().Tim Graham
2017-04-19[1.11.x] Refs #28100 -- Fixed URL in el, es_MX, and pt auth translationsClaude Paroz
2017-04-19[1.11.x] Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.Tim Graham
2017-04-17[1.11.x] Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.InvalidInterrupt
2017-04-04[1.11.x] Updated contrib translations from TransifexClaude Paroz
2017-03-23[1.11.x] Fixed #27603 -- Fixed AsKML when queryset is evaluated more than once.Sergey Fedoseev
2017-03-21[1.11.x] Fixed #27960 -- Set errcheck=False for GDALAllRegister to prevent cr...Sergey Fedoseev
2017-03-21[1.11.x] Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.Tim Graham
2017-03-20[1.11.x] Refs #27935 -- Fixed BrinIndex.max_name_length if a project's defaul...Mariusz Felisiak
2017-03-18[1.11.x] Fixed #27935 -- Fixed crash with BrinIndex name > 30 characters.Mads Jensen
2017-03-17[1.11.x] Fixed #27939 -- Updated OpenLayersWidget.map_srid for OpenLayers 3.Tim Graham
2017-03-16[1.11.x] Updated postgis.net and gaia-gis.it links to https.Tim Graham
2017-03-15[1.11.x] Fixed #27897 -- Fixed crash with 'pk' in ModelAdmin.search_filters.Josh Schneier
2017-03-14[1.11.x] Fixed #27920 -- Restored empty RadioSelect choice producing value=""Claude Paroz
2017-03-10[1.11.x] Fixed #27924 -- Added support for cx_Oracle 5.3.Mariusz Felisiak
2017-03-09[1.11.x] Fixed Python 2/Windows libgdal crash if PATH contains non-ASCII symb...Sergey Kholodilov
2017-03-07[1.11.x] Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_back...Camilo Nova
2017-03-07[1.11.x] Fixed #27905 – Added RelatedFieldWidgetWrapper.value_omitted_from_...Raphael Merx
2017-03-02[1.11.x] Fixed #27889 -- Fixed incorrect check error if ModelAdmin.ordering r...David Szotten
2017-02-24[1.11.x] Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for si...Tim Graham
2017-02-20[1.11.x] Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the ...Collin Anderson
2017-02-15[1.11.x] Fixed #27840 -- Fixed KeyError in PasswordResetConfirmView.form_vali...Markus Holtermann