Sergey Fedoseev
|
196da41ee2
|
Removed SRID use in PostGISAdapter.__eq__() and __hash__().
EWKB already contains the SRID.
|
2017-07-19 10:04:15 -04:00 |
Sergey Fedoseev
|
9290f15bb5
|
Simplified GIS Funcs by using GeoFuncMixin.geo_field.
|
2017-07-15 15:03:50 +05:00 |
Sergey Fedoseev
|
504ce3914f
|
Fixed #28394 -- Allowed setting BaseExpression.output_field (renamed from _output_field).
|
2017-07-14 21:56:01 -04:00 |
Sergey Fedoseev
|
59cad72636
|
Simplified GEOSCoordSeq._checkindex().
|
2017-07-13 12:46:59 -04:00 |
Sergey Fedoseev
|
8ab2ae4404
|
Removed unneeded index check in LineString._set_single() as index is already checked in __getitem__().
Unneeded since its introduction in 66e1670efa .
|
2017-07-13 11:41:00 -04:00 |
Sergey Fedoseev
|
ce834d0891
|
Removed unused ListMixin._checkindex() correct kwarg.
Unused since its introduction in 66e1670efa .
|
2017-07-13 11:39:06 +05:00 |
Tim Graham
|
e532bf7a90
|
Removed GeometryField.get_distance(); a GeoQuerySet leftover.
Follow up to a0d166306f .
|
2017-07-12 21:23:25 -04:00 |
Sergey Fedoseev
|
815a0bb80d
|
Refs #28020 -- Removed obsolete GeometryCollection.json.
Unused since 12d0567aa5 .
|
2017-07-12 15:11:11 -04:00 |
Sergey Fedoseev
|
138a78ec8c
|
Made LineString.__iter__() return iter() from internal GEOSCoordSeq both for simplicity and performance.
|
2017-07-12 22:13:57 +05:00 |
Sergey Fedoseev
|
306b961a4d
|
Fixed #28383 -- Made NumPoints GIS function return None for non-LINESTRING geometries on MySQL.
|
2017-07-11 08:21:11 -04:00 |
Claude Paroz
|
61fd2b494a
|
Refs #21415 -- Fixed contrib.humanize translations for es_AR
Thanks Blas Castro for the report and the patch.
Forward port of 72026fff39 from stable/1.11.x
|
2017-07-05 08:41:09 +02:00 |
Sergey Fedoseev
|
2d18c60fbb
|
Removed unused prototypes for deprecated GEOS functions.
|
2017-06-29 14:40:21 -04:00 |
Mads Jensen
|
550cb3a365
|
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
|
2017-06-28 14:07:55 -04:00 |
Mariusz Felisiak
|
617505ca89
|
Fixed #28330 -- Prevented passing positional arguments to an Index.
Thanks Tim Graham for the review.
|
2017-06-27 13:39:37 -04:00 |
michaldabski
|
d381914aef
|
Fixed #28313 -- Added model name max length check of 100 characters in contrib.contentttypes.
|
2017-06-26 18:12:35 -04:00 |
Sergey Fedoseev
|
44a7b98abb
|
Fixed #27964 -- Made MySQL backend raise exception if spatial transformation is needed for query.
|
2017-06-26 15:10:55 -04:00 |
Andrew Pinkham
|
a96b981d84
|
Fixed #28127 -- Allowed UserCreationForm's password validation to check all user fields.
|
2017-06-21 09:22:15 -04:00 |
Mads Jensen
|
de42adf4ff
|
Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex.
Thanks Tim Graham and Markus Holtermann for review.
|
2017-06-20 10:54:39 -04:00 |
Tim Graham
|
d1d7348001
|
Refs #25809 -- Removed BrinIndex.__repr__().
In retrospect, implementing a __repr__() for index subclasses doesn't
seem worthwhile.
|
2017-06-17 18:41:53 -04:00 |
Chandrakant Kumar
|
2b09e4c88e
|
Fixed #27787 -- Made call_command() validate the options it receives.
|
2017-06-16 21:28:38 -04:00 |
Daniel Wiesmann
|
6f44f714c9
|
Fixed #28300 -- Allowed GDALRasters to use the vsimem filesystem.
Thanks Tim Graham for the review and edits.
|
2017-06-16 12:09:05 -04:00 |
Pavel Rybintsev
|
874b1f2cac
|
Fixed #26936 -- Fixed stale ContentType deletion in apps without models.
|
2017-06-16 09:22:47 -04:00 |
Lincoln Smith
|
15b465c584
|
Fixed #27998 -- Made ManyToManyField changes logged in admin's object history.
|
2017-06-14 13:07:06 -04:00 |
Romulo Furtado
|
9dd2443942
|
Fixed #27161 -- Fixed form validation when an ArrayField's base_field has choices.
|
2017-06-13 19:44:24 -04:00 |
Mariusz Felisiak
|
de9294727c
|
Added tel input type to admin CSS.
|
2017-06-13 16:49:57 -04:00 |
monotonee
|
7c4f05fae2
|
Fixed #28295 -- Made admin's URLify.js trim trailing hyphens.
|
2017-06-13 14:58:30 -04:00 |
chillaranand
|
08bda82c23
|
Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.
|
2017-06-13 10:53:39 -04:00 |
Mikhail Golubev
|
e7dc39fb65
|
Fixed #28229 -- Fixed the value of LoginView's "next" template variable.
|
2017-06-13 09:13:22 -04:00 |
Paulo
|
9dc83c356d
|
Fixed #27967 -- Fixed KeyError in admin's inline form with inherited non-editable pk.
Thanks Robin Anupol for the initial report and workaround.
|
2017-06-12 21:12:54 -04:00 |
Tom
|
3eb3907bb1
|
Refs #23919 -- Replaced stray super(ClassName, self) with super().
|
2017-06-10 20:46:43 -04:00 |
Daniel Wiesmann
|
fe5e34a295
|
Fixed #28288 -- Allowed passing papsz options to GDALRaster initialization.
|
2017-06-08 12:44:26 -04:00 |
Tim Graham
|
c16aa69101
|
Factored shared Inline/ModelAdmin.get_fields() logic into BaseModelAdmin.
BaseModelAdmin.get_fields() was previously unused/untested.
|
2017-06-07 17:11:02 -04:00 |
Claude Paroz
|
2862760894
|
Fixed #28257 -- Confirmed support for GDAL 2.2
Additionally, a test has been updated to account for small SRS WKT differences.
Thanks Tim Graham for writing the doc part.
|
2017-06-07 21:26:04 +02:00 |
Daniel Wiesmann
|
e0b456bee7
|
Fixed #28232 -- Made raster metadata readable and writable on GDALRaster/Band.
|
2017-06-07 11:30:35 -04:00 |
kakulukia
|
525dc283a6
|
Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.
|
2017-06-06 15:41:23 -04:00 |
Paulo
|
4ad2f86284
|
Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invalid input.
|
2017-06-06 07:54:31 -04:00 |
Tim Graham
|
5a52d932ef
|
Replaced Model._get_pk_val() with pk property.
Model.pk was added after _get_pk_val() and many places weren't simplified.
|
2017-06-05 15:20:34 -04:00 |
Paulo
|
b7f99f84bc
|
Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a nested reverse relation is in list_filter.
|
2017-06-05 10:29:54 -04:00 |
Tim Graham
|
07a9771b36
|
Removed unused django.contrib.gis.shortcuts.render_to_text()
Unused since its introduction in 79e68c225b .
|
2017-06-03 13:15:26 -04:00 |
Claude Paroz
|
43b574007e
|
Fixed #28192 -- Required passing optional form field args as keyword args.
|
2017-06-03 10:49:01 -04:00 |
Tim Graham
|
37520d284e
|
Removed useless hasattr() checks in ModelAdmin checks.
These attributes are defined on BaseModelAdmin and thus should always
be there.
|
2017-06-02 15:27:15 -04:00 |
Jon Dufresne
|
2c69824e5a
|
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
|
2017-06-01 19:08:59 -04:00 |
Tim Graham
|
cde31daf88
|
Sorted imports per isort 4.2.9.
|
2017-06-01 13:23:48 -04:00 |
Claude Paroz
|
ae2ac4c400
|
Updated translations from Transifex
Forward port of 02158a785e from stable/1.11.x
|
2017-05-31 21:43:40 +02:00 |
Tim Graham
|
c32476e5ba
|
Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.
Follow up to a404f75f92 .
|
2017-05-30 09:39:59 -04:00 |
Adam Johnson
|
9509268cea
|
Refs #23804 -- Improved value validation in GDALRaster.geotransform setter.
|
2017-05-30 09:02:50 -04:00 |
Linus Lewandowski
|
eedc88bd4a
|
Fixed #26823 -- Prevented update_last_login signal receiver from crashing if User model doesn't have last_login field.
|
2017-05-29 17:31:18 -04:00 |
Nick Zaccardi
|
95993a89ce
|
Fixed #28248 -- Fixed password reset tokens being valid for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS.
|
2017-05-29 09:22:22 -04:00 |
Boris Burkov
|
8c45b5b903
|
Added comments to contrib.sitemaps.index() view.
|
2017-05-27 20:50:35 -04:00 |
Jon Dufresne
|
21046e7773
|
Fixed #28249 -- Removed unnecessary dict.keys() calls.
iter(dict) is equivalent to iter(dict.keys()).
|
2017-05-27 19:08:46 -04:00 |