summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
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
2017-02-11[1.11.x] Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen
2017-02-07[1.11.x] Fixed #27815 -- Made LoginView pass the request kwarg to Authenticat...Zoltan Gyarmati
2017-01-26[1.11.x] Fixed #27781 -- Made simplify_regex() remove outstanding '?' charact...Mariusz Felisiak
2017-01-25[1.11.x] Removed unused variables that are overwritten.Mads Jensen
2017-01-23[1.11.x] Fixed #27743 -- Prevented admin's "+" button icon from overlapping i...Nick Mavrakis
2017-01-19[1.11.x] Updated translation catalogsClaude Paroz
2017-01-16Refs #25809 -- Made a few late review comments for BrinIndex.Mads Jensen
2017-01-16Moved unneeded ImproperlyConfigured inner imports.Tim Graham