Simone Pellizzari
|
d0315584b5
|
Fixed #30332 -- Fixed crash of ordering by expressions with params in ArrayAgg and StringAgg.
|
2019-04-06 14:23:29 +02:00 |
Mariusz Felisiak
|
7cbcf2e2cb
|
Fixed #30259 -- Fixed crash of admin views when properties don't have admin_order_field attribute.
|
2019-04-01 15:11:54 +02:00 |
Claude Paroz
|
3e01aab533
|
Updated contrib translations from Transifex.
Forwardport of 7090cbf542 from 2.2.x.
|
2019-04-01 12:22:15 +02:00 |
Tim Graham
|
8335d59200
|
Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit through model from being editable if the user only has the view permission.
|
2019-03-30 16:49:16 -04:00 |
pmisteli
|
9410db9683
|
Fixed #30236 -- Made UsernameField render with autocapitalize="none" HTML attribute.
This prevents automatic capitalization, which is the default behavior in
some browsers.
|
2019-03-29 15:24:44 +01:00 |
Nick Pope
|
d41a1005eb
|
Removed unused timeparse.js.
Unused since its introduction in dd5320d1d5 .
|
2019-03-27 09:24:09 -04:00 |
Nick Pope
|
f0f3b30296
|
Removed obsolete ActiveXObject from admindocs bookmarklets.
Required for IE<7.
|
2019-03-27 09:13:39 -04:00 |
Nick Pope
|
3113957123
|
Simplified Date.prototype.getTwelveHours().
|
2019-03-27 09:13:21 -04:00 |
Nick Pope
|
a25029b336
|
Removed unused Date.prototype.getHourMinute().
Unused since d2180a6bf3 .
|
2019-03-27 09:12:44 -04:00 |
Nick Pope
|
8c694317f8
|
Removed unused Date.prototype.getHourMinuteSecond().
Unused since fa0653cd1d .
|
2019-03-27 09:12:15 -04:00 |
Nick Pope
|
93d1f2d209
|
Removed unused String.prototype.pad_left().
Unused since its introduction in dd5320d1d5 .
|
2019-03-27 09:11:30 -04:00 |
Nick Pope
|
41e6ef28b0
|
Removed unneeded compatibility shim for getComputedStyle().
Required for IE<9.
|
2019-03-27 09:10:56 -04:00 |
Hasan Ramezani
|
d4df5e1b0b
|
Fixed #27360 -- Added app or ModelAdmin details for AreadyRegistered exceptions.
|
2019-03-25 17:34:53 -04:00 |
Jani Tiainen
|
044cc54420
|
Fixed #30259 -- Added support for admin_order_field attribute on properties in ModelAdmin.list_display.
|
2019-03-24 20:43:56 +01:00 |
Ryan J Schave
|
cbf7e71558
|
Fixed #30257 -- Made UsernameValidators prohibit trailing newlines.
|
2019-03-22 13:16:25 -04:00 |
Simon Charette
|
5935a9aead
|
Removed obsolete Lookup hook to prepare rhs expressions.
After 3a505c70e7 , all _prepare() methods
return self.
|
2019-03-21 20:54:21 -04:00 |
birthdaysgift
|
dc740dde50
|
Fixed #29471 -- Added 'Vary: Cookie' to invalid/empty session cookie responses.
|
2019-03-21 18:02:49 -04:00 |
Francisco Couzo
|
0193bf874f
|
Fixed #28738 -- Added the GeometryDistance function.
|
2019-03-20 12:54:42 -04:00 |
Herman S
|
f976ab1b11
|
Fixed #30237 -- Made Authentication/SessionMiddleware and ModelBackend admin checks allow subclasses.
|
2019-03-14 20:09:57 -04:00 |
btknu
|
7c3a8b9db2
|
Fixed #30243 -- Simplified ModelAdmin.render_change_form()'s has_file_field.
|
2019-03-08 18:03:58 -05:00 |
Jon Dufresne
|
17455e924e
|
Removed executable bit from static asset xregexp.js.
|
2019-03-04 10:35:08 -05:00 |
Mariusz Felisiak
|
b435f82939
|
Reverted "Fixed relative paths imports per isort 4.3.5."
This reverts commit 463fe11bc8 due to
restore of relative paths sorting from isort < 4.3.5 in isort 4.3.10.
|
2019-03-03 19:33:48 +01:00 |
Dan Wilson
|
fe65918dca
|
Fixed #30229 -- Removed polyfill from inlines.min.js.
find() is only called on jQuery objects, so the polyfill is necessary.
|
2019-03-01 13:00:30 -05:00 |
Etienne Chové
|
4dcbe6eb2d
|
Fixed #30221 -- Made label suffix of admin's read-only fields translatable.
|
2019-02-28 11:12:30 -05:00 |
Johannes Hoppe
|
25e724a5d6
|
Fixed #30218 -- Fixed size of admin changelist's search button.
|
2019-02-28 11:05:48 -05:00 |
Tim Graham
|
93e892bb64
|
Refs #29523 -- Updated admin's collapse.min.js.
Omitted in ba83378a77 .
|
2019-02-27 16:17:10 -05:00 |
Johannes Hoppe
|
5deb7a86e8
|
Removed AutocompleteJsonView.paginator_class.
Unused since its introduction in 94cd8efc50 .
|
2019-02-27 09:54:16 -05:00 |
Matthias Kestenholz
|
c41e6c4eb8
|
Fixed #30208 -- Fixed login header height and alignment in the largest breakpoint.
|
2019-02-25 14:39:50 -05:00 |
Mariusz Felisiak
|
463fe11bc8
|
Fixed relative paths imports per isort 4.3.5.
|
2019-02-25 11:03:30 +01:00 |
Gabriele Giaccari
|
52e9c75365
|
Added PositiveIntegerField support to LayerMapping.
|
2019-02-23 19:34:10 -05:00 |
Claude Paroz
|
a8e2a9bac6
|
Refs #15902 -- Deprecated storing user's language in the session.
|
2019-02-14 10:23:02 -05:00 |
Dan Davis
|
2bd8df243a
|
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Partially reverted 50b8493581 (refs #29654)
to avoid a crash when the user shell doesn't support non-ASCII characters.
|
2019-02-13 13:59:44 -05:00 |
Claude Paroz
|
15715bf2a2
|
Fixed #22423 -- Added support for MySQL operators on real geometries.
Thanks Viswanathan Mahalingam for the report and initial patch, and
Nicke Pope and Tim Graham for the review.
|
2019-02-12 17:29:16 -05:00 |
Sergey Fedoseev
|
543fc97407
|
Removed unneeded list() calls in enumerate() argument.
|
2019-02-12 07:51:43 +05:00 |
Vinay Karanam
|
5a36c81f58
|
Fixed #29391 -- Made PostgresSimpleLookup respect Field.get_db_prep_value().
|
2019-02-09 18:05:50 -05:00 |
Sergey Fedoseev
|
1933e56eca
|
Removed uneeded generator expressions and list comprehensions.
|
2019-02-09 09:18:48 -05:00 |
Tim Graham
|
ea87a85fad
|
Dropped support for GEOS 3.4.
|
2019-02-09 08:40:55 -05:00 |
Tim Graham
|
b2333426de
|
Confirmed support for GDAL 2.4.
|
2019-02-09 08:38:49 -05:00 |
Tim Graham
|
e7fd69d051
|
Fixed #30166 -- Dropped support for GDAL 1.11.
|
2019-02-08 14:08:05 -05:00 |
Gregory N. Schmit
|
48c17807a9
|
Fixed #16027 -- Added app_label to ContentType.__str__().
|
2019-02-07 19:56:47 -05:00 |
Jon Dufresne
|
af1434329f
|
Removed unnecessary type() calls for class methods.
|
2019-02-06 22:00:32 -05:00 |
Aymeric Augustin
|
3bb6a4390c
|
Refs #27753 -- Favored force/smart_str() over force/smart_text().
|
2019-02-06 14:12:06 -05:00 |
Nick Pope
|
24b82cd201
|
Fixed #30159 -- Removed unneeded use of OrderedDict.
Dicts preserve order since Python 3.6.
|
2019-02-06 13:48:39 -05:00 |
Tim Graham
|
39ebdf5a3c
|
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
|
2019-02-04 18:07:02 -05:00 |
Tim Graham
|
d47498c5df
|
Fixed #30156 -- Dropped support for SpatiaLite 4.1 and 4.2.
|
2019-02-04 13:16:38 -05:00 |
Kathryn Killebrew
|
75d627888b
|
Fixed #30020 -- Fixed reading nulls with LayerMapping.
|
2019-01-31 19:50:16 -05:00 |
Jon Dufresne
|
290d8471bb
|
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=True).
|
2019-01-31 12:53:36 -05:00 |
Mariusz Felisiak
|
5a5c77d55d
|
Fixed E117 and F405 flake8 warnings.
|
2019-01-30 13:06:09 +01:00 |
Jon Dufresne
|
7785e03ba8
|
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Used more specific errors (e.g. FileExistsError) as appropriate.
|
2019-01-28 11:15:06 -05:00 |
Jon Dufresne
|
7e3bf2662b
|
Removed default mode='r' argument from calls to open().
|
2019-01-27 17:41:43 -05:00 |