Mehdi Pourfar
|
13a8e633c2
|
Fixed #27158 -- Fixed positioning of admin's many-to-many widgets in rtl.css.
|
2016-09-22 19:23:24 -04:00 |
Tim Graham
|
3507d4e773
|
Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.
Thanks Matt Westcott for the review.
|
2016-09-22 12:20:58 -04:00 |
Claude Paroz
|
92323d54fd
|
Fixed #27056 -- Allowed migrating geometry field dimension on PostGIS
Thanks Tim Graham for the review.
|
2016-09-22 16:40:27 +02:00 |
Tim Graham
|
cf0b402518
|
Alphabetized classes in contrib.postgres.operations.
|
2016-09-21 12:11:43 -04:00 |
Mads Jensen
|
094d630ae8
|
Fixed #26610 -- Added CITextField to contrib.postgres.
|
2016-09-21 12:11:37 -04:00 |
Tim Graham
|
b5aac66b28
|
Refs #27025 -- Fixed ArrayField querying on Python 3.6.
Python 3.6 parses strings like '0_1' as numeric literals.
http://bugs.python.org/issue26331
|
2016-09-20 10:14:47 -04:00 |
Tim Graham
|
8119b679eb
|
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
http://bugs.python.org/issue27364
|
2016-09-17 15:44:06 -04:00 |
Claude Paroz
|
35e649b197
|
Simplified PostGIS index creation
Less special-casing and code more in line with 'normal' index creation.
|
2016-09-17 19:43:52 +02:00 |
Claude Paroz
|
9715b99f91
|
Stopped deleting from the geometry_columns view on PostGIS
On PostGIS < 2, geometry_columns is a table that was manually maintained.
It's a view on PostGIS 2.
|
2016-09-17 16:39:37 +02:00 |
Tim Graham
|
5a51b44936
|
Fixed #26697 -- Removed contrib.gis.maps.
|
2016-09-16 15:21:46 -04:00 |
Jibodeah
|
9459ec82aa
|
Fixed #26170 -- Made ModelAdmin views run transactions on the correct database.
Thanks juntatalor for the initial patch.
|
2016-09-14 16:06:39 -04:00 |
Jeff Willette
|
7148929a5e
|
Fixed #27216 -- Corrected import location in admin deprecation messages.
|
2016-09-13 13:45:24 -04:00 |
Jon Dufresne
|
e24c0a2d7c
|
Fixed #26524 -- Fixed crash in admin change view when displaying many to many forward refs.
Thanks Tim Graham for the regression test.
|
2016-09-12 19:20:35 -07:00 |
Gavin Wahl
|
f0f3de3c96
|
Fixed #23155 -- Added request argument to user_login_failed signal.
|
2016-09-12 20:30:34 -04:00 |
Aleksej Manaev
|
4b9330ccc0
|
Fixed #25187 -- Made request available in authentication backends.
|
2016-09-12 20:11:53 -04:00 |
Claude Paroz
|
d389125606
|
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Thanks Akshesh <aksheshdoshi@gmail.com> for help with the PostgreSQL query.
Thanks Tim Graham for the review.
|
2016-09-12 09:26:33 +02:00 |
Jon Dufresne
|
1ec1633cb2
|
Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.
|
2016-09-10 16:38:05 -07:00 |
Alexander Gaevsky
|
536db42cf0
|
Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm.
|
2016-09-10 18:23:18 -04:00 |
Alexander Gaevsky
|
2d26b4637f
|
Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.
|
2016-09-10 16:54:10 -04:00 |
Rinat Khabibiev
|
ca9c69a968
|
Fixed #27199 -- Made AdminIntegerFieldWidget use NumberInput.
|
2016-09-09 09:42:39 -04:00 |
Chris Jerdonek
|
7ca3b391b6
|
Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.
|
2016-09-08 16:33:36 -04:00 |
Jon Dufresne
|
66e1ebbffc
|
Fixed #26956 -- Added success_url_allowed_hosts to LoginView and LogoutView.
Allows specifying additional hosts to redirect after login and log out.
|
2016-09-07 19:56:25 -07:00 |
Jon Dufresne
|
f227b8d15d
|
Refs #26956 -- Allowed is_safe_url() to validate against multiple hosts
|
2016-09-07 19:56:25 -07:00 |
Nicola Jordan
|
978a00e39f
|
Fixed #27143 -- Allowed combining SearchQuery with more than one & or | operators.
|
2016-09-07 15:26:52 -04:00 |
Tim Graham
|
2eb7d6e6d4
|
Fixed #26908 -- Fixed crash with jsonfield__key__isnull lookup.
|
2016-09-07 13:56:45 -04:00 |
Tim Graham
|
6a2af01452
|
Fixed #24865 -- Added remove_stale_contenttypes management command.
Thanks Simon Charette for the review.
|
2016-09-06 09:48:58 -04:00 |
Curtis Maloney
|
4c94336510
|
Removed transitive import of types.MethodType from six.
|
2016-09-06 07:19:27 -04:00 |
Claude Paroz
|
2ced2f785d
|
Replaced smart_* by force_* calls whenever possible
The smart_* version should only be used when a lazy string should keep
its lazy status.
|
2016-09-03 13:46:41 +02:00 |
Daniel Hahler
|
b1d6b0a7b1
|
Fixed #26098 -- Used cdnjs.cloudflare for OpenLayers.js.
|
2016-09-03 06:52:25 -04:00 |
Daniel Wiesmann
|
082f5bfdbc
|
Added error messages for GIS DB functions when used with rasters.
|
2016-09-02 20:26:16 -04:00 |
François Freitag
|
8c054ed71d
|
Fixed #27108 -- Displayed collectstatic's delete/overwrite warnings only if some files exist in STATIC_ROOT.
|
2016-09-02 14:53:18 -04:00 |
Kevan Swanberg
|
35504f74a8
|
Fixed #26685 -- Added dwithin lookup support on SpatiaLite.
|
2016-08-30 20:45:47 -04:00 |
Akshesh
|
4c7bf83cde
|
Refs #27097, #27098 -- Moved PostgreSQL index type introspection to get_constraints().
|
2016-08-30 08:48:55 -04:00 |
Jon Dufresne
|
ae98d40c35
|
Fixed #27136 -- Changed auth forms' autofocus attribute to HTML5 boolean syntax.
|
2016-08-28 17:19:50 -07:00 |
Berker Peksag
|
a02b5848ae
|
Replaced property() usage with decorator in several places.
|
2016-08-25 20:06:22 -04:00 |
Mattias Loverot
|
2315114090
|
Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().
|
2016-08-25 16:12:40 -04:00 |
Claude Paroz
|
13c3e5d5a0
|
Fixed #25995 -- Added an encoder option to JSONField
Thanks Berker Peksag and Tim Graham for the reviews.
|
2016-08-25 21:42:42 +02:00 |
Berker Peksag
|
426bca002c
|
Fixed #26816 -- Corrected an admin check to require inlines to subclass InlineModelAdmin.
|
2016-08-24 17:34:32 -04:00 |
Berker Peksag
|
3c97ba2a0d
|
Replaced property() usage with decorator in a couple places.
|
2016-08-24 17:23:16 -04:00 |
Berker Peksag
|
3c18f8a3d2
|
Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fields.
|
2016-08-24 13:20:12 -04:00 |
Tim Graham
|
953629b92c
|
Fixed #27072 -- Fixed AddGeometryColumn error when altering a SpatiaLite table.
|
2016-08-24 08:44:45 -04:00 |
Matthew Somerville
|
fb951fb0c5
|
Fixed #27103 -- Registered vcapi/rcapi GDAL prototypes based on their own drivers.
|
2016-08-23 17:30:11 -04:00 |
Collin Anderson
|
384f89f8f8
|
Fixed #26998 -- Reverted some admin checks from checking field.many_to_many back to isinstance(field, models.ManyToManyField).
This partially reverts 983c158da7
|
2016-08-23 16:00:12 -04:00 |
Helen Sherwood-Taylor
|
bc1e2d8e8e
|
Fixed #27018 -- Fixed admindocs crash with a view in a class.
Generated correct admindocs URLs on Python 3. URLs generate 404s on
Python 2, as in older versions of Django.
|
2016-08-20 10:01:57 -04:00 |
Przemysław Suliga
|
549b90fab3
|
Refs #26902 -- Protected against insecure redirects in Login/LogoutView.
|
2016-08-19 19:01:01 -04:00 |
Matthew Wilkes
|
4f138fe5a4
|
Fixed #22288 -- Fixed F() expressions with the __range lookup.
|
2016-08-19 13:40:56 -04:00 |
Tim Graham
|
7549eb0004
|
Fixed #27009 -- Made update_session_auth_hash() rotate the session key.
|
2016-08-15 19:29:12 -04:00 |
Daniel Wiesmann
|
89f17e7caf
|
Fixed #27014 -- Fixed annotations with database functions on PostGIS.
Thanks Sean Mc Allister for providing a test.
|
2016-08-15 14:23:10 -04:00 |
Curtis Maloney
|
d7e0cf04b7
|
Used all() and a generator for PermissionsMixin.has_perms().
|
2016-08-13 08:46:51 -04:00 |
Akshesh
|
6e07ec3f65
|
Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.
|
2016-08-12 18:37:03 -04:00 |
Akshesh
|
236baa0f0e
|
Refs #27030 -- Added BtreeGinExtension operation.
|
2016-08-12 18:37:00 -04:00 |
Akshesh
|
2f19306a12
|
Refs #27030 -- Added index type introspection on PostgreSQL.
|
2016-08-12 16:58:40 -04:00 |
Stanislav Karpov
|
b387189d86
|
Fixed #26919 -- Added the action form's media in the changelist view.
|
2016-08-11 19:35:31 -04:00 |
Tim Graham
|
e2dfa81ff7
|
Refs #18682 -- Edited explanation in stale content type deletion.
Follow up to 8db889eaf7 .
|
2016-08-10 21:19:09 -04:00 |
Andrew Nester
|
4591cf3fd8
|
Fixed #26909 -- Allowed UserAttributeSimilarityValidator to validate against model properties.
|
2016-08-10 15:08:06 -04:00 |
jordij
|
0814566bf1
|
Fixed #26960 -- Added PasswordResetConfirmView option to automatically log in after a reset.
|
2016-08-10 10:23:16 -04:00 |
Olexander Yermakov
|
975a76a964
|
Fixed #26951 -- Allowed AuthenticationForm to work with a username of 0.
|
2016-08-10 09:44:48 -04:00 |
Claude Paroz
|
ade681b9ad
|
Unified SpatiaLite spelling
|
2016-08-09 18:46:28 +02:00 |
Adam Zapletal
|
887f3d3219
|
Fixed #26764 -- Fixed Session.cycle_key() crash on unaccessed session.
|
2016-08-08 13:01:25 -04:00 |
Claude Paroz
|
a7863c78b7
|
Fixed #27024 -- Prevented logging error with empty string as geometry widget value
Thanks Gavin Wahl for the report, and Tim Graham for the review.
|
2016-08-08 16:28:19 +02:00 |
Ville Skyttä
|
a2fb2b3a1f
|
Fixed #27020 -- Used a context manager to close files.
|
2016-08-04 19:45:14 -04:00 |
Tim Graham
|
967aa7f6cc
|
Fixed #27010 -- Made Argon2PasswordHasher decode with ASCII.
The underlying hasher only generates strings containing ASCII
characters so this is merely a cosmetic change.
|
2016-08-04 10:57:37 -04:00 |
Sergey Yurchenko
|
4e64e3bb6e
|
Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.
|
2016-08-03 09:14:01 -04:00 |
Claude Paroz
|
374b6091ac
|
Pulled contrib translations from Transifex
Forward port f19cadd391 from stable/1.10.x
|
2016-08-01 19:47:19 +02:00 |
Claude Paroz
|
f530b4fdfc
|
Fixed #26972 -- Fixed is_collection definition in MapWidget initialization
|
2016-07-31 20:38:29 +02:00 |
Sergey Fedoseev
|
4178488881
|
Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQL 5.7.5+.
|
2016-07-28 17:48:17 -04:00 |
Sergey Fedoseev
|
9031a4c13b
|
Fixed #26657 -- Made GeomValue omit SRID for MySQL.
This fixes some test failures on MySQL 5.7+.
|
2016-07-28 16:51:47 -04:00 |
Andrew Nester
|
0ba179194b
|
Fixed #26929 -- Deprecated extra_context parameter of contrib.auth.views.logout_then_login().
|
2016-07-28 11:57:02 -04:00 |
Olexander Yermakov
|
68de48c963
|
Fixed #26949 -- Fixed crash of disabled forms.JSONField.
|
2016-07-27 08:14:14 -04:00 |
Andrew Nester
|
dde6288fbe
|
Fixed #26882 -- Added tests for auth.views.logout_then_login().
|
2016-07-22 15:04:13 -04:00 |
Chad Whitman
|
bc1e9e823b
|
Removed duplicate admin CSS selector.
|
2016-07-21 16:58:14 -04:00 |
Claude Paroz
|
283b468462
|
Fixed #25454 -- Ensured register_hstore_handler is called for all connections
Thanks Simon Charette for help with the patch.
|
2016-07-21 17:54:54 +02:00 |
Tim Graham
|
93c538694e
|
Fixed XSS in admin's add/change related popup.
This is a security fix.
|
2016-07-18 11:17:01 -04:00 |
akki
|
767849b765
|
Removed unnecessary looping in sqlite3 SchemaEditor.
|
2016-07-18 08:47:30 -04:00 |
Claude Paroz
|
255fb99284
|
Fixed #17209 -- Added password reset/change class-based views
Thanks Tim Graham for the review.
|
2016-07-16 10:36:12 +02:00 |
Claude Paroz
|
92c48a392f
|
Updated contrib.postgres translation catalog
Forward port of cb78011402 from stable/1.10.x.
|
2016-07-15 09:48:57 +02:00 |
Andrew Nester
|
08ed3cc6d1
|
Fixed #26671 -- Made HashedFilesMixin ignore the 'chrome' scheme.
|
2016-07-12 08:20:39 -04:00 |
Kenneth
|
2f587737d7
|
Fixed #26872 -- Fixed text overflow in ModelAdmin.list_filter.
|
2016-07-09 08:06:42 -04:00 |
Erik Romijn
|
8db889eaf7
|
Fixed #18682 -- Expanded explanation in stale content type deletion. (#6869)
|
2016-07-03 15:55:14 +02:00 |
Claude Paroz
|
490107f14d
|
Added Upper/Lower Sorbian translations
|
2016-06-29 21:11:30 +02:00 |
Lh4cKg
|
18571aefe6
|
Added Georgian mapping to contrib/admin/static/admin/js/urlify.js
|
2016-06-29 09:59:03 -04:00 |
David Sanders
|
7ca6007bd2
|
Fixed #26811 -- Added addButton option to admin inlines JavaScript.
|
2016-06-28 15:19:53 -04:00 |
Shabda Raaj
|
b0acb1e73e
|
Fixed #26779 -- Added extra_context parameter to admin's i18n_javascript view.
|
2016-06-27 15:37:32 -04:00 |
Bang Dao + Tam Huynh
|
09119dff14
|
Fixed #26719 -- Normalized email in AbstractUser.clean().
|
2016-06-24 10:37:38 -04:00 |
Claude Paroz
|
78963495d0
|
Refs #17209 -- Added LoginView and LogoutView class-based views
Thanks Tim Graham for the review.
|
2016-06-24 10:45:13 +02:00 |
Tim Graham
|
39805686b3
|
Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.
Thanks Huynh Thanh Tam for the initial patch and Claude Paroz for review.
|
2016-06-21 16:19:37 -04:00 |
Sergey Fedoseev
|
5ce660cd65
|
Fixed #25940 -- Added OGRGeometry.from_gml() and GEOSGeometry.from_gml().
|
2016-06-21 15:46:27 -04:00 |
Paulo
|
9c2d5a8d33
|
Fixed #26729 -- Allowed overriding a form field's label/help_text in Form.__init__() for TabularInline.
|
2016-06-21 14:26:47 -04:00 |
Sergey Fedoseev
|
ea4665066b
|
Fixed #26785 -- Made Oracle return None rather than empty string for empty geometries.
|
2016-06-21 14:06:29 -04:00 |
Jon Dufresne
|
d13881bd34
|
Fixed #26783 -- Fixed SessionMiddleware's empty cookie deletion when using SESSION_COOKIE_PATH.
|
2016-06-21 11:03:25 -04:00 |
Claude Paroz
|
140c235026
|
Fixed #26750 -- Fixed introspection for geography point field with dim=3
Thanks Yegor Kazantsev for the report and the initial patch.
|
2016-06-21 15:22:21 +02:00 |
Claude Paroz
|
8ba44ecda0
|
Fixed #26775 -- Supported dim=3 geography fields
Thanks François-Xavier Thomas for the report.
|
2016-06-18 21:48:32 +02:00 |
Claude Paroz
|
f7a363ee1d
|
Fixed #26753 -- Made GDAL a required dependency for contrib.gis
Thanks Tim Graham for the review.
|
2016-06-18 10:58:02 +02:00 |
Carl Meyer
|
7d1b69dbe7
|
Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception handling.
|
2016-06-17 10:00:39 -07:00 |
Tim Graham
|
9c3fbf5423
|
Used SQL from DB backend in GeomValue.
This avoids the deprecated GeomFromText on MySQL (refs #26134).
Thanks Claude Paroz for the review.
|
2016-06-16 19:51:13 -04:00 |
Tim Graham
|
ea34426ae7
|
Fixed flake8 2.6 warnings.
|
2016-06-16 09:12:50 -04:00 |
Ville Skyttä
|
96f97691ad
|
Fixed broken links in docs and comments.
|
2016-06-15 21:20:23 -04:00 |
Sergey Fedoseev
|
cee534228c
|
Refs #25645 -- Removed SpatiaLite 3.x compatibility in gis.db.models.functions.Translate.
Complements 47f22e8286 .
|
2016-06-13 10:32:07 -04:00 |
Charlie Denton
|
f2c0eb19e9
|
Fixed #26748 -- Allowed overriding JSONField's widget with an attribute.
|
2016-06-13 08:09:54 -04:00 |
Sergey Fedoseev
|
6928ad184e
|
Fixed #26736 -- Fixed crashes in SpatialReference with non-ASCII characters.
|
2016-06-11 21:03:22 -04:00 |