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