heathervm
|
7d1e237753
|
Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
|
2017-03-31 10:10:08 -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
|
068d75688f
|
Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of Least and Greatest.
|
2017-03-29 13:29:53 -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 |
Mariusz Felisiak
|
1d070d027c
|
Fixed #25414 -- Fixed QuerySet.annotate() with pk in values() on MySQL.
Thanks Tim Graham and Simon Charette for the reviews.
|
2017-03-29 06:47:07 +02:00 |
Sergey Fedoseev
|
d47de2e09d
|
Refs #27736 -- Used decorators for GIS lookup registration.
|
2017-03-27 22:20:18 -04:00 |
Mariusz Felisiak
|
1b6f05e91f
|
Fixed #21160 -- Fixed QuerySet.in_bulk() crash on SQLite when requesting more than 999 ids.
Thanks Andrei Picus and Anssi Kääriäinen for the initial patch
and Tim Graham for the review.
|
2017-03-27 18:43:40 +02:00 |
Tim Graham
|
e643ba8bcf
|
Fixed #27956 -- Fixed display of errors in an {% extends %} child.
Thanks Ling-Xiao Yang for the report and test, and
Preston Timmons for the fix.
|
2017-03-25 08:22:12 -04:00 |
Mariusz Felisiak
|
f42c7cc87b
|
Refs #21160 -- Replaced DatabaseFeatures.supports_1000_query_parameters by a DatabaseFeatures.max_query_params.
|
2017-03-24 18:37:03 +01: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 |
Kapil Garg
|
7e09fa7f51
|
Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' for fields with choices.
|
2017-03-23 13:22:04 -04:00 |
James Beith
|
216bb2e8fb
|
Fixed #27975 -- Fixed crash if ModelChoiceField's queryset=None.
Regression in 9153d8fbd6385db9f48793662de789fc3d686841.
|
2017-03-22 08:51:12 -04:00 |
Mariusz Felisiak
|
43380e9110
|
Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
Thanks Tim Graham for the review.
|
2017-03-21 17:23:17 +01:00 |
Tim Graham
|
3d19d1428a
|
Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.
Thanks Markus Holtermann for review.
|
2017-03-21 10:53:21 -04:00 |
Sergey Fedoseev
|
816c5753ac
|
Fixed #27965 -- Fixed precision comparison in a geoforms test (refs #27939).
|
2017-03-21 09:04:41 -04:00 |
Jon Dufresne
|
7edeeb74fe
|
Fixed #27957 -- Removed technical terms from InlineForeignKeyField/ModelMultipleChoiceField error messages.
|
2017-03-20 13:12:55 -04:00 |
Tim Graham
|
0c6c859d4e
|
Fixed #27890 -- Fixed FileNotFoundError cleanup exception in runtests.py on Python 3.6+.
|
2017-03-20 11:35:46 -04:00 |
Adonys Alea Boffill
|
cd2ad26cc9
|
Fixed #27724 -- Fixed SelectDateWidget redisplay if a year isn't chosen.
|
2017-03-18 15:14:52 -04:00 |
Adonys Alea Boffill
|
fb48ad348a
|
Added tests for SelectDateWidget.format_value().
|
2017-03-18 14:58:31 -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 |
Tim Graham
|
6b4f018b2b
|
Replaced type-specific assertions with assertEqual().
Python docs say, "it's usually not necessary to invoke these methods directly."
|
2017-03-17 07:51:48 -04:00 |
Tim Graham
|
5bd7ffc313
|
Updated postgis.net and gaia-gis.it links to https.
|
2017-03-16 14:01:45 -04:00 |
Mariusz Felisiak
|
2767ef3ca7
|
Fixed nondeterministic ordering test failure in model_forms.
|
2017-03-16 11:14:51 -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 |
Bo Marchman
|
7a7b331cd5
|
Fixed #27882 -- Allowed {% cache %} to cache indefinitely.
|
2017-03-15 13:01:21 -04:00 |
Tim Graham
|
44f9241c48
|
Refs #27563 -- Fixed ModelChoiceField.__deepcopy__() so forms don't share a queryset cache.
Thanks Luke Benstead for the report Simon Charettes for the fix.
|
2017-03-15 12:54:26 -04:00 |
Brad Melin
|
b625907a79
|
Fixed #27834 -- Added StrIndex database function.
|
2017-03-14 19:58:56 -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 |
Sergey Fedoseev
|
6f913c0305
|
Refs #27788 -- Removed Oracle 11 workarounds in GIS tests.
|
2017-03-13 19:21:20 -04:00 |
Adam Chainz
|
a452dddb25
|
Fixed #27904 -- Added a system check that Field.validators are callable.
|
2017-03-11 12:27:29 -05:00 |
Claude Paroz
|
29592eef19
|
Decoupled test client encoding tests from JSON handling
Using JSON as non-UTF-8 content is controversial, and the RFC 7159
discourages it.
Thanks Tim Graham for the review.
|
2017-03-09 22:15:10 +01:00 |
Tim Graham
|
dfbdba924f
|
Reverted "Refs #16682 -- Tested transaction.atomic() with KeyboardInterrupt."
This reverts commit d895fc9ac0 since the
test is problematic as described in the ticket.
|
2017-03-09 09:55:55 -05:00 |
Camilo Nova
|
5db465d5a6
|
Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend.
|
2017-03-07 19:52:26 -05:00 |
Tim Graham
|
72ff9d53e6
|
Factored out uid/user tokens in auth_tests urlpatterns.
|
2017-03-07 18:56:10 -05:00 |
Raphael Merx
|
2a3a0eb092
|
Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_data().
|
2017-03-07 13:56:29 -05:00 |
Claude Paroz
|
145f6c3ed6
|
Refs #27622 -- Fixed a regression in JSON content-type detection
A JSON Content-Type can contain further content, like charset for example.
|
2017-03-07 16:44:15 +01:00 |
Claude Paroz
|
324c4b6371
|
Renamed a test variable to prevent possible conflict with imports
|
2017-03-07 16:31:00 +01:00 |
Tim Graham
|
784a53beef
|
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
This reverts commit 4cffa9a1ff .
|
2017-03-07 10:10:32 -05:00 |
Bo Marchman
|
9bbb6e2d25
|
Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining.
Thanks Andrew Brown for the test case.
|
2017-03-06 13:40:17 -05:00 |
Anton Samarchyan
|
e88d2dfcf4
|
Fixed #27475 -- Fixed NonExistentTimeError crash in ModelAdmin.date_hierarchy.
|
2017-03-06 12:01:31 -05:00 |
Claude Paroz
|
8346680e1c
|
Refs #27795 -- Removed unneeded force_text calls
Thanks Tim Graham for the review.
|
2017-03-04 18:18:21 +01:00 |
Tim Graham
|
6ae1b04fb5
|
Fixed #27900 -- Made escapejs escape backticks for use in ES6 template literals.
|
2017-03-04 09:04:16 -05:00 |
Tim Graham
|
b23d264046
|
Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside non-namespaced URLs.
|
2017-03-03 10:52:20 -05:00 |
David Szotten
|
d82ee32aac
|
Fixed #27889 -- Fixed incorrect check error if ModelAdmin.ordering refers to 'pk'.
|
2017-03-02 10:25:05 -05:00 |
Anton Samarchyan
|
7588d7e439
|
Improved test coverage for django.contrib.auth.
|
2017-03-01 17:29:50 -05:00 |