summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2017-07-19Removed SRID use in PostGISAdapter.__eq__() and __hash__().Sergey Fedoseev
2017-07-15Simplified GIS Funcs by using GeoFuncMixin.geo_field.Sergey Fedoseev
2017-07-14Fixed #28394 -- Allowed setting BaseExpression.output_field (renamed from _ou...Sergey Fedoseev
2017-07-13Simplified GEOSCoordSeq._checkindex().Sergey Fedoseev
2017-07-13Removed unneeded index check in LineString._set_single() as index is already ...Sergey Fedoseev
2017-07-13Removed unused ListMixin._checkindex() correct kwarg.Sergey Fedoseev
2017-07-12Removed GeometryField.get_distance(); a GeoQuerySet leftover.Tim Graham
2017-07-12Refs #28020 -- Removed obsolete GeometryCollection.json.Sergey Fedoseev
2017-07-12Made LineString.__iter__() return iter() from internal GEOSCoordSeq both for ...Sergey Fedoseev
2017-07-11Fixed #28383 -- Made NumPoints GIS function return None for non-LINESTRING ge...Sergey Fedoseev
2017-07-05Refs #21415 -- Fixed contrib.humanize translations for es_ARClaude Paroz
2017-06-29Removed unused prototypes for deprecated GEOS functions.Sergey Fedoseev
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-06-27Fixed #28330 -- Prevented passing positional arguments to an Index.Mariusz Felisiak
2017-06-26Fixed #28313 -- Added model name max length check of 100 characters in contri...michaldabski
2017-06-26Fixed #27964 -- Made MySQL backend raise exception if spatial transformation ...Sergey Fedoseev
2017-06-21Fixed #28127 -- Allowed UserCreationForm's password validation to check all u...Andrew Pinkham
2017-06-20Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex.Mads Jensen
2017-06-17Refs #25809 -- Removed BrinIndex.__repr__().Tim Graham
2017-06-16Fixed #27787 -- Made call_command() validate the options it receives.Chandrakant Kumar
2017-06-16Fixed #28300 -- Allowed GDALRasters to use the vsimem filesystem.Daniel Wiesmann
2017-06-16Fixed #26936 -- Fixed stale ContentType deletion in apps without models.Pavel Rybintsev
2017-06-14Fixed #27998 -- Made ManyToManyField changes logged in admin's object history.Lincoln Smith
2017-06-13Fixed #27161 -- Fixed form validation when an ArrayField's base_field has cho...Romulo Furtado
2017-06-13Added tel input type to admin CSS.Mariusz Felisiak
2017-06-13Fixed #28295 -- Made admin's URLify.js trim trailing hyphens.monotonee
2017-06-13Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.chillaranand
2017-06-13Fixed #28229 -- Fixed the value of LoginView's "next" template variable.Mikhail Golubev
2017-06-12Fixed #27967 -- Fixed KeyError in admin's inline form with inherited non-edit...Paulo
2017-06-10Refs #23919 -- Replaced stray super(ClassName, self) with super().Tom
2017-06-08Fixed #28288 -- Allowed passing papsz options to GDALRaster initialization.Daniel Wiesmann
2017-06-07Factored shared Inline/ModelAdmin.get_fields() logic into BaseModelAdmin.Tim Graham
2017-06-07Fixed #28257 -- Confirmed support for GDAL 2.2Claude Paroz
2017-06-07Fixed #28232 -- Made raster metadata readable and writable on GDALRaster/Band.Daniel Wiesmann
2017-06-06Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.kakulukia
2017-06-06Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invalid input.Paulo
2017-06-05Replaced Model._get_pk_val() with pk property.Tim Graham
2017-06-05Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a nested reve...Paulo
2017-06-03Removed unused django.contrib.gis.shortcuts.render_to_text()Tim Graham
2017-06-03Fixed #28192 -- Required passing optional form field args as keyword args.Claude Paroz
2017-06-02Removed useless hasattr() checks in ModelAdmin checks.Tim Graham
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-06-01Sorted imports per isort 4.2.9.Tim Graham
2017-05-31Updated translations from TransifexClaude Paroz
2017-05-30Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.Tim Graham
2017-05-30Refs #23804 -- Improved value validation in GDALRaster.geotransform setter.Adam Johnson
2017-05-29Fixed #26823 -- Prevented update_last_login signal receiver from crashing if ...Linus Lewandowski
2017-05-29Fixed #28248 -- Fixed password reset tokens being valid for 1 day longer than...Nick Zaccardi
2017-05-27Added comments to contrib.sitemaps.index() view.Boris Burkov
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne