Melvyn Sopacua
|
e7a56eb4f0
|
Fixed #28659 -- Fixed LayerMapping crash with null geometry and unique.
|
2018-07-27 16:38:28 -04:00 |
vinay karanam
|
3af695eda2
|
Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields.
|
2018-07-27 11:35:54 -04:00 |
Simon Charette
|
1a28dc3887
|
Fixed #29582 -- Fixed a crash when using SearchVector with non text-fields.
The PostgreSQL concat() function handles nulls and non-text values better than
the || operator.
|
2018-07-21 21:32:21 -04:00 |
Claude Paroz
|
ba83378a77
|
Fixed #29523 -- Removed jQuery usage in DateTimeShortcuts.js & collapse.js.
|
2018-07-20 12:27:53 -04:00 |
Mariusz Felisiak
|
a73cf8110e
|
Removed duplicate words in various comments.
|
2018-07-18 11:54:15 -04:00 |
Daniel Wiesmann
|
8f75d21a2e
|
Fixed #28566 -- Added path matching to collectstatic ignore patterns.
|
2018-07-13 16:48:19 -04:00 |
Claude Paroz
|
c28bf990d7
|
Refs #29548 -- Fixed GIS tests on MariaDB
|
2018-07-13 18:27:30 +02:00 |
Jonah Bishop
|
263e039411
|
Fixed #29045 -- Fixed admin CSS so that select multiple elements honor the HTML size attribute.
|
2018-07-10 16:22:09 -04:00 |
Jon Dufresne
|
08ebed5e79
|
Fixed #29556 -- Made 'remove_stale_contenttypes --noinput' delete content types.
|
2018-07-10 10:14:34 -04:00 |
Simon Charette
|
37835883ad
|
Fixed #29550 -- Eased overriding pickle.dumps() protocol in cache backends and session serializer.
|
2018-07-09 11:46:55 -04:00 |
Sergey Fedoseev
|
3411c5551a
|
Refs #27472 -- Fixed crash during pickling of empty GEOS point.
|
2018-07-09 11:02:12 -04:00 |
Mushtaq Ali
|
66b6b68923
|
Fixed #29543 -- Fixed CPointerBase.__del__() ImportError crash.
|
2018-07-06 11:26:14 -04:00 |
Tim Graham
|
f3fa86a89b
|
Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth."
This reverts commit 3333d935d2 due to
a crash if USERNAME_FIELD isn't a CharField.
|
2018-07-02 18:39:26 -04:00 |
Claude Paroz
|
eac9ab7ebb
|
Removed parser.add_arguments() arguments that match the defaults.
|
2018-07-02 17:54:57 -04:00 |
Claude Paroz
|
a5f139236f
|
Fixed #29536 -- Fixed SelectFilter2.js resizing to make boxes have equal height.
Thanks Tim Graham for the review.
|
2018-06-29 17:21:27 +02:00 |
Floris den Hengst
|
96199e562d
|
Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.
|
2018-06-28 20:29:33 -04:00 |
Tim Graham
|
2ec151e35d
|
Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz.utc for better performance."
This reverts commit 27ca5ce19f due to a
regression.
|
2018-06-28 11:14:26 -04:00 |
Paulo
|
d14850e525
|
Fixed #18620 -- Made ContentTypes shortcut view prefer current site if available.
Thanks Mike Tigas (mtigas) for the initial patch.
|
2018-06-21 12:31:04 -04:00 |
Sergey Fedoseev
|
a799dc51b9
|
Fixed #29509 -- Added SpatiaLite support for covers and coveredby lookups.
|
2018-06-21 09:25:31 -04:00 |
Sergey Fedoseev
|
fa453b03a6
|
Fixed #29507 -- Added Oracle support for Envelope GIS function.
|
2018-06-20 16:48:57 +05:00 |
Carlton Gibson
|
5b73317181
|
Fixed #29502 -- Allowed users with the view permission to use autocomplete_fields.
|
2018-06-18 15:36:20 -04:00 |
Carlton Gibson
|
958c7b301e
|
Fixed #29419 -- Allowed permissioning of admin actions.
|
2018-06-18 15:07:29 -04:00 |
Paulo
|
553617e613
|
Fixed #29487 -- Accounted for object level permissions when calculating change view's read-only fields.
Thanks Matthew Frazier for the report and fix.
|
2018-06-15 21:54:22 -04:00 |
Henk Kahlfuß
|
3eb9127678
|
Fixed #23869 -- Made ModelAdmin.get_deleted_objects() use has_delete_permission() for permissions checking.
|
2018-06-15 10:31:08 -04:00 |
Tim Graham
|
ec2c9c3531
|
Refs #29428 -- Fixed admin check crash when using a query expression in ModelAdmin.ordering.
|
2018-06-14 21:04:43 -04:00 |
Tim Graham
|
0d8e3e608e
|
Fixed #29428 -- Fixed admin changelist crash when using a query expression without asc()/desc() in the ordering.
|
2018-06-14 14:22:04 -04:00 |
Carlton Gibson
|
b30f9b131c
|
Refs #29419, #8936 -- Removed change permission requirement for admin actions.
Partially reverted 825f0beda8 .
|
2018-06-13 14:49:28 -04:00 |
Tim Graham
|
9e4f26bb40
|
Fixed #29483 -- Confirmed support for GDAL 2.3.
|
2018-06-12 13:34:58 -04:00 |
Arthur Silva
|
bc1435551c
|
Fixed #29464 -- Silenced post-process messages in collectstatic's default verbosity.
|
2018-06-11 20:21:58 -04:00 |
Tim Graham
|
860903b261
|
Dropped support for GDAL 1.9 and 1.10.
|
2018-06-11 08:33:09 -04:00 |
Tim Graham
|
7a266e25be
|
Fixed 'invalid escape sequence' warning in GEOSGeometryBase.from_ewkt().
|
2018-06-09 09:27:33 +02:00 |
Claude Paroz
|
f3836144db
|
Fixed #29484 -- Removed the need to specify SPATIALITE_LIBRARY_PATH with Spatialite 4.2+.
Thanks Tim Graham for the review.
|
2018-06-09 09:24:20 +02:00 |
Claude Paroz
|
56611a96df
|
Refactored naturaltime to use a class-based formatter
|
2018-06-08 18:00:17 +02:00 |
Tim Graham
|
e9bd1a3e12
|
Refs #28462 -- Fixed 'invalid escape sequence' warning on Python 3.6+.
|
2018-06-06 11:40:24 -04:00 |
Claude Paroz
|
1fac974067
|
Refs #29353 -- Removed duplicated logic in StaticFilesHandler.get_response().
Thanks Sergey Fursov for spotting the issue.
|
2018-06-05 11:58:38 +02:00 |
Claude Paroz
|
bec651a427
|
Fixed #10827 -- Ensured ContentTypes are created before permission creation.
|
2018-06-03 22:19:04 -04:00 |
humbertotm
|
747ff7a30b
|
Fixed #29385 -- Made admindocs ModelDetailView show model properties.
Original patch by bkaluza. Tests and docs by humbertotm.
|
2018-06-03 21:00:28 -04:00 |
Adam Donaghy
|
b18650a263
|
Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.
Regression in 917cc288a3 .
|
2018-06-01 10:41:05 -04:00 |
Tim Graham
|
f185d929fa
|
Fixed #29460 -- Added support for GEOS 3.6.
|
2018-05-31 11:35:59 -04:00 |
Sara Heins
|
5008d59a2a
|
Fixed #28892 -- Allowed admin navbar height to expand if needed.
|
2018-05-29 21:52:51 -04:00 |
Dohyeon Kim
|
f1f4aeb22e
|
Fixed #28044 -- Unified the logic for createsuperuser's interactive and --noinput modes.
|
2018-05-29 08:41:32 -04:00 |
Markus Holtermann
|
e01fa015c0
|
Refs #27098 -- Removed unused introspection queries.
Unused since 578711c310 .
Thanks Ian Foote for finding this.
|
2018-05-26 16:29:02 +02:00 |
Ramiro Morales
|
f40e71a957
|
Fixed #29417 -- Corrected two admin page titles for view-only users.
|
2018-05-23 11:02:37 -04:00 |
Paulo Alvarado
|
ffb72a95bc
|
Fixed #29414 -- Restored form inputs on admin inlines when the user doesn't have the change permission.
Regression in 825f0beda8 .
|
2018-05-18 19:50:58 -04:00 |
Tim Graham
|
9792af3648
|
Increased the default PBKDF2 iterations for Django 2.2.
|
2018-05-17 11:05:45 -04:00 |
Claude Paroz
|
77f6340d3b
|
Updated translation catalogs
|
2018-05-17 12:09:40 +02:00 |
olivierdalang
|
825f0beda8
|
Fixed #8936 -- Added a view permission and a read-only admin.
Co-authored-by: Petr Dlouhy <petr.dlouhy@email.cz>
Co-authored-by: Olivier Dalang <olivier.dalang@gmail.com>
|
2018-05-16 06:44:55 -04:00 |
Tim Graham
|
cae0107287
|
Increased the default PBKDF2 iterations for Django 2.1.
|
2018-05-13 20:06:20 -04:00 |
Hasan Ramezani
|
31ce1f7433
|
Refs #29131 -- Fixed space handling in ArrayField's item_invalid message.
|
2018-05-13 17:57:28 -04:00 |
T N
|
2405833c53
|
Fixed #29401 -- Updated admin's jQuery to 3.3.1.
|
2018-05-13 13:02:24 -04:00 |