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 |
Tom
|
7afb476469
|
Fixed #28226 -- Replaced use of str.join() with concatenation.
|
2017-05-27 13:59:05 -04:00 |
Anton Samarchyan
|
385cf7091e
|
Fixed #25006 -- Allowed custom time shortcuts in admin's time picker.
|
2017-05-27 10:50:18 -04:00 |
jannh
|
c930c241f8
|
Fixed #28017 -- Allowed customizing PasswordResetTokenGenerator's secret.
|
2017-05-26 07:37:36 -04:00 |
Yuichi Fujikawa
|
f8bce94997
|
Fixed docstring typo in django/contrib/admin/actions.py.
|
2017-05-25 05:54:51 -04:00 |
R3turnz
|
502f03d897
|
Fixed #28112 -- Added 'time_zone' in GeoIP2.city() dict.
|
2017-05-22 21:07:14 -04:00 |
Daniel Hahler
|
a3ba2662cd
|
Refs #28207 -- Fixed contrib.auth.authenticate() if 'backend' is in the credentials.
Regression in 3008f30f19 .
|
2017-05-22 12:24:38 -04:00 |
Tom
|
e9c7f118a7
|
Fixed #28227 -- Allowed importing BaseRangeField/RangeWidget from contrib.postgres.forms.
|
2017-05-20 21:17:06 -04:00 |
Jon Dufresne
|
f599747fc8
|
Fixed #28152 -- Made migrations serialize sets as set literals rather than set().
|
2017-05-18 09:33:40 -04:00 |
Tamas Szabo
|
3008f30f19
|
Fixed #28207 -- Fixed contrib.auth.authenticate() if multiple auth backends don't accept a request.
|
2017-05-15 07:48:15 -04:00 |
Danilo Bargen
|
a7975260b5
|
Fixed #28195 -- Added OSMWidget.default_zoom attribute.
|
2017-05-14 14:31:17 -04:00 |
Claude Paroz
|
f87256b15e
|
Refs #27795 -- Replaced force_text() with str() in contrib.messages
Thanks Tim Graham for the review.
|
2017-05-10 22:40:18 +02:00 |
Tim Graham
|
c2975910a5
|
Fixed #28178 -- Changed contrib.gis to raise ImproperlyConfigured if gdal isn't installed.
|
2017-05-08 11:07:00 -04:00 |
Tim Graham
|
a404f75f92
|
Fixed #28181 -- Added detection for GDAL 2.1 and 2.0.
Follow up to:
ffdf507ec0 (adding GDAL 2.0 support)
ebaa2fef27 (confirming GDAL 2.1 support)
8c7778884b (removing GDAL 1.8, 1.7 support)
|
2017-05-08 10:59:16 -04:00 |
Josh Schneier
|
5df0ff4155
|
Fixed #28089 -- Removed requirement to implement get_short_name() and get_full_name() in AbstractBaseUser subclasses.
|
2017-05-06 17:05:42 -04:00 |
Claude Paroz
|
e7f75b0b14
|
Fixed #28085 -- Added missing plural forms in en translation catalogs
|
2017-05-05 21:25:37 +02:00 |
Tim Graham
|
b014de011b
|
Removed obsolete HAS_GEOS variable for test skipping.
|
2017-05-04 20:45:18 -04:00 |
Tim Graham
|
2dc3280254
|
Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.
|
2017-05-04 20:45:18 -04:00 |
Simon Charette
|
b91868507a
|
Fixed #28161 -- Fixed return type of ArrayField(CITextField()).
Thanks Tim for the review.
|
2017-05-04 00:02:14 -04:00 |
Tim Graham
|
578e576c31
|
Fixed #28167 -- Fixed cache backend's SessionStore.exists() if session_key is None.
|
2017-05-03 12:39:07 -04:00 |
Dylan Verheul
|
75aeebebfe
|
Fixed #28105 -- Fixed crash in BaseGeometryWidget.get_context() when overriding existing attrs.
|
2017-04-30 20:19:12 -04:00 |
Tim Graham
|
1ebd295082
|
Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering.
Thanks Preston Timmons for review.
|
2017-04-29 19:00:21 -04:00 |
Claude Paroz
|
301de774c2
|
Refs #27795 -- Replaced many force_text() with str()
Thanks Tim Graham for the review.
|
2017-04-27 09:10:02 +02:00 |
Jon Dufresne
|
92bc727271
|
Replaced temporary lists used for passing arguments with iterables.
|
2017-04-26 10:54:20 -04:00 |
Jon Dufresne
|
8bf96c109f
|
Replaced unneeded *arguments with positional arguments.
|
2017-04-26 09:39:24 -04:00 |
Paolo Melchiorre
|
fcb5dbfec0
|
Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.postgres.
|
2017-04-25 20:21:36 -04:00 |
Claude Paroz
|
3f1ba76851
|
Fixed #28115 -- Fixed IP address validation in geoip2 module
Regression in 277a4dd4b4 .
Thanks Tim Graham for the test.
|
2017-04-22 20:10:24 +02:00 |
Claude Paroz
|
257075d4ad
|
Refs #28115 -- Avoided masking legitimate ImportErrors in geoip2 module
|
2017-04-22 20:10:24 +02:00 |
Claude Paroz
|
c52ae33a0c
|
Fixed #28100 -- Removed link in UserChangeForm.password's translatable help_text
|
2017-04-22 15:39:15 +02:00 |
Tim Graham
|
d2cb7a2bc1
|
Fixed #28039 -- Fixed crash in BaseGeometryWidget.subwidgets().
|
2017-04-20 11:36:40 -04:00 |
Tim Graham
|
dff559ff83
|
Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.
|
2017-04-19 12:59:30 -04:00 |
InvalidInterrupt
|
dda596ca32
|
Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.
|
2017-04-17 09:58:19 -04:00 |
Sergey Fedoseev
|
6d5bb6ae9e
|
Refs #28024 -- Optimized LineString.__init__() by avoiding superfluous index and dimension checks.
|
2017-04-13 11:30:26 +05:00 |
Sergey Fedoseev
|
ebaa08b3ae
|
Refs #28024 -- Optimized GEOSCoordSeq.__setitem__() by avoiding superfluous index and dimension checks.
|
2017-04-11 12:46:41 -04:00 |
Sergey Fedoseev
|
a296a43309
|
Refs #28024 -- Optimized GEOSCoordSeq.__getitem__() by avoiding superfluous index and dimension checks.
|
2017-04-11 12:46:41 -04:00 |
Sergey Fedoseev
|
d453dfb1da
|
Refs #28024 -- Optimized GEOSCoordSeq.tuple by avoiding superfluous index and dimension checks.
|
2017-04-11 12:46:41 -04:00 |
Sergey Fedoseev
|
e7afef13f5
|
Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to another one.
|
2017-04-10 13:26:26 -04:00 |
Sergey Fedoseev
|
df8f1d018f
|
Fixed #27972 -- Made BaseSpatialField.geodetic() use SpatialReference.geographic.
|
2017-04-07 12:45:52 -04:00 |
Sergey Fedoseev
|
e2bd2539b6
|
Made get_srid_info() cache use a namedtuple.
|
2017-04-07 12:24:38 -04:00 |
Sergey Fedoseev
|
24ae244a82
|
Removed connection agnostic SRID info cache from BaseSpatialField.
|
2017-04-07 12:24:38 -04:00 |
Sergey Fedoseev
|
08df3dd937
|
Removed more GeoQuerySet leftovers.
Follow up to a0d166306f .
|
2017-04-07 07:38:56 -04:00 |
Sergey Fedoseev
|
fd892f3443
|
Fixed #28006 -- Allowed using D with lookups on Distance annotations.
|
2017-04-06 19:27:45 -04:00 |
Sergey Fedoseev
|
12d0567aa5
|
Fixed #28020 -- Made GEOSGeometry.json use OGRGeometry.json for better performance.
|
2017-04-05 09:03:24 -04:00 |
Claude Paroz
|
2dba812d86
|
Updated contrib translations from Transifex
Forward port of 290b2849f7 from stable/1.11.x
|
2017-04-04 12:39:02 +02:00 |
Sergey Fedoseev
|
ef8a339dfb
|
Removed Oracle NULL workaround in AreaField.
Unused since 1b1ea63f6a .
|
2017-04-03 22:26:33 -04:00 |
Sergey Fedoseev
|
898e623db0
|
Fixed #27573 -- Made Distance on geodetic coordinates return a raw value on MySQL.
|
2017-04-02 17:06:01 -04:00 |
Sergey Fedoseev
|
5e710cf4a5
|
Fixed #11854 -- Added Azimuth GIS function. (#8286)
|
2017-04-02 14:24:06 -04:00 |
Jon Dufresne
|
7bbb5161ea
|
Removed implicit default store_true/false argparse args.
argparse automatically sets the default value for store_true/false
arguments to its opposite.
|
2017-04-01 20:03:56 -04:00 |
Sergey Fedoseev
|
24023c6a8f
|
Fixed #25874 -- Made GEOSGeometry read SRID from GeoJSON input.
|
2017-04-01 15:35:30 -04:00 |
Sergey Fedoseev
|
ede4f6d48c
|
Fixed #12410 -- Added LineLocatePoint GIS function.
|
2017-04-01 15:02:09 -04:00 |
Sergey Fedoseev
|
0a13b249e2
|
Fixed #26967 -- Added MySQL support for AsGeoJSON, GeoHash, IsValid functions, and isvalid lookup.
|
2017-04-01 13:43:53 -04:00 |
Sergey Fedoseev
|
bde86ce9ae
|
Fixed #25605 -- Made GIS DB functions accept geometric expressions, not only values, in all positions.
|
2017-04-01 09:47:49 -04:00 |
Adonys Alea Boffill
|
a0d29a9abe
|
Fixed #27942 -- Prevented admin from adding "add" buttons to all tables in inlines.
|
2017-03-30 10:39:59 -04:00 |
Tim Graham
|
1fa47dc45a
|
Updated minified admin JavaScript for the latest closure compiler.
|
2017-03-30 10:06:52 -04:00 |
Sergey Fedoseev
|
6ecccad711
|
Fixed #25873 -- Made GEOSGeometry handle the srid parameter more predictably.
|
2017-03-30 09:38:26 -04:00 |
Sergey Fedoseev
|
d5977e492e
|
Refs #25759 -- Fixed some GIS Funcs if different database backends are used.
|
2017-03-29 13:29:18 -04:00 |
Sergey Fedoseev
|
4bc355079c
|
Fixed #27973 -- Fixed GeoJSON representation of LinearRing and custom GEOSGeometry subclasses.
|
2017-03-29 13:17:31 -04:00 |
Sergey Fedoseev
|
9cd6ba991f
|
Made isvalid lookup use IsValid function to decrease code redundancy.
|
2017-03-29 08:56:58 -04:00 |
Sergey Fedoseev
|
d47de2e09d
|
Refs #27736 -- Used decorators for GIS lookup registration.
|
2017-03-27 22:20:18 -04:00 |
Mads Jensen
|
ed0cbc8d8b
|
Refs #23919 -- Removed some Python 2 compatibility code and comments.
|
2017-03-27 13:12:27 -04:00 |
Sergey Fedoseev
|
7fffe3acc2
|
Removed unused GISLookup._check_geo_field().
Unused since a0d166306f .
|
2017-03-25 13:09:34 -04:00 |
Sergey Fedoseev
|
1b1ea63f6a
|
Fixed #27962 -- Allowed lookups on Area annotations.
|
2017-03-23 20:06:16 -04:00 |
Sergey Fedoseev
|
e9149d3eb0
|
Fixed #27603 -- Fixed AsKML when queryset is evaluated more than once.
|
2017-03-23 19:09:04 -04:00 |
Sergey Fedoseev
|
b00ee5471d
|
Simplified handling of expressions in StatAggregate.
|
2017-03-23 13:05:59 -04:00 |
Sergey Fedoseev
|
7063a85579
|
Fixed #27960 -- Set errcheck=False for GDALAllRegister to prevent crash.
GDALAllRegister returns void so errcheck is not needed.
|
2017-03-21 11:45:12 -04:00 |
Tim Graham
|
93d0770104
|
Refs #27919 -- Changed contrib widget's get_context() attrs kwarg to an arg.
Follow up to 075e93c16a .
|
2017-03-21 10:15:34 -04:00 |
Sergey Fedoseev
|
08972528c2
|
Removed more GeoQuerySet leftovers.
Follow up to a0d166306f .
|
2017-03-21 09:13:18 -04:00 |
Mariusz Felisiak
|
2867b7eb4b
|
Refs #27935 -- Fixed BrinIndex.max_name_length if a project's default database isn't PostgreSQL.
Thanks Florian Apolloner for the report.
|
2017-03-20 11:21:01 -04:00 |
Sergey Fedoseev
|
6cb0a3ac28
|
Removed BaseSpatialOperations.truncate_params.
Unused since 32969c3931 .
|
2017-03-20 07:59:23 -04:00 |
Mads Jensen
|
82bb4e684f
|
Fixed #27935 -- Fixed crash with BrinIndex name > 30 characters.
|
2017-03-18 08:12:10 -04:00 |
Tim Graham
|
93eca976c1
|
Fixed #27939 -- Updated OpenLayersWidget.map_srid for OpenLayers 3.
Regression in 2ebfda38e6 (refs #25004).
|
2017-03-17 12:03:06 -04:00 |
Tim Graham
|
b536dcf656
|
Fixed #27948 -- Removed incorrect unquote() in static serving views.
|
2017-03-17 07:55:00 -04:00 |
Sergey Fedoseev
|
875aebdb2c
|
Added SpatiaLite NumPoints support for non-LINESTRING geometries.
|
2017-03-16 20:29:31 -04:00 |
Tim Graham
|
5bd7ffc313
|
Updated postgis.net and gaia-gis.it links to https.
|
2017-03-16 14:01:45 -04:00 |
Sergey Fedoseev
|
1bf5e79394
|
Removed GeoQuerySet leftovers.
Follow up to a0d166306f .
|
2017-03-16 09:38:02 -04:00 |
Josh Schneier
|
6bc4ff36db
|
Fixed #27897 -- Fixed crash with 'pk' in ModelAdmin.search_filters.
|
2017-03-15 13:45:18 -04:00 |
Claude Paroz
|
540ae68a5c
|
Fixed #27920 -- Restored empty RadioSelect choice producing value=""
Regression in b52c73008a .
Thanks Tim Graham for the review.
|
2017-03-14 18:23:06 +01:00 |