summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
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
2017-01-16Removed unneeded variable in contrib/postgres/fields/jsonb.py.Dmitry Dygalo
2017-01-15Refs #25809 -- Prefered imports from django.db.models.Mads Jensen
2017-01-15Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.Mads Jensen
2017-01-14Refs #25226 -- Cloned ArrayField.base_field on deconstruction.Simon Charette
2017-01-13Fixed #27709 -- Fixed get_for_models() for proxies with an empty cache.Simon Charette
2017-01-13Fixed #27518 -- Prevented possibie password reset token leak via HTTP Referer...Romain Garrigues
2017-01-11Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths.David Sanders
2017-01-10Fixed #27714 -- Fixed small visual artifact when clicking inline edit button ...Anton Samarchyan
2017-01-10Fixed #26961 -- Made admin checks run when DEBUG=False.Adam Chainz