summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2016-10-01[1.10.x] Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed ↵Claude Paroz
field detection Thanks Ramiro Morales for the report and Tim Graham for the review. Backport of 67eee5e4fa08f4404445ebf4f54b686e68a8530c from master.
2016-10-01[1.10.x] Confirmed support for PostGIS 2.3.Tim Graham
Backport of 79c91070e5797f647347c2f8bdfc4c7a0f835fb3 from master
2016-09-30[1.10.x] Refs #27186 -- Fixed model form default fallback for ↵Tim Graham
CheckboxSelectMultiple. Backport of 87c5e7efebd040aef0f0479ccf86877155bb5cea from master
2016-09-27[1.10.x] Fixed #27053 -- Documented contrib.auth.get_user().Berker Peksag
Backport of f7e91cac689b28fc32ca52cdeac258ec0d58b4fc from master
2016-09-27[1.10.x] Fixed #27271 -- Fixed a crash in runserver logging.Sergey Fursov
Allowed ServerFormatter to handle simple string messages or messages with formatting arguments. The formatter will set the server_time variable on the log record if it's required by the format string but wasn't passed in extra parameters. Backport of 6709ea4ae91b906742506ac0c42a3a272991001f from master
2016-09-22[1.10.x] Fixed #27186 -- Fixed model form default fallback for MultiWidget, ↵Tim Graham
FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget. Thanks Matt Westcott for the review. Backport of 3507d4e773aa9ff2336e7230ba231c4ba6eb568f from master
2016-09-19[1.10.x] Fixed #27238 -- Disabled check_pattern_startswith_slash if ↵Alasdair Nicol
settings.APPEND_SLASH=False. Thanks strycore for the report and timgraham for suggesting the solution. Backport of 911d9f4ed1a39f945769b7198a419850378f9824 from master
2016-09-16[1.10.x] Fixed typo in tests/migrations/test_loader.py.Tim Graham
Backport of 6989b45c8dce0d3c50d1530fd65d388c7fde2a2a from master
2016-09-12[1.10.x] Removed an empty test app.Tim Graham
Backport of 94b838387c2a7f398c9bad7f5faa86ac4aedcade from master
2016-09-09[1.10.x] Normalized spelling of ETag.Tim Graham
Backport of ef021412d5e7eb78c89f0b7cf2ec01bcb959a837 from master
2016-09-07[1.10.x] Fixed #27143 -- Allowed combining SearchQuery with more than one & ↵Nicola Jordan
or | operators. Backport of 978a00e39fee25cfa99065285b0de88366710fad from master
2016-09-01[1.10.x] Fixed #27142, #27110 -- Made makemigrations consistency checks ↵Tim Graham
respect database routers. Partially reverted refs #27054 except for one of the tests as this solution supersedes that one. Thanks Shai Berger for the review. Backport of 098c07a03286b5ed133102733e67a83061647ea0 from master
2016-09-01[1.10.x] Clarified URL regex check message with respect to include().Riccardo Magliocchetti
Backport of 7ed8b98f42cd3a9fa530bbb764d3d79230e0a7a7 from master
2016-09-01[1.10.x] Refs #27039 -- Fixed regression with field defaults in prefixed forms.Alex Hill
Backport of d9c083cfee853272ded14c6c87623e910c9e81c4 from master
2016-08-31[1.10.x] Fixed #27154 -- Allowed comparing CallableBool with bitwise or.Olexander Yermakov
Thanks Tim for the review. Backport of b7fb608142a0be568bc5dce952de5e6aefc2488c from master
2016-08-29[1.10.x] Fixed #19914 -- Fixed test failures with pylibmc.Ed Morley
Backport of 674e3fe13e5156344bfafbea59018b8837eb3044 from master
2016-08-29[1.10.x] Fixed #27132 -- Allowed testing MemcachedCache and PyLibMCCache ↵Ed Morley
during the same test run. Backport of 047c1d48a613cc2a16f078a9094cc799f06e6b0c from master
2016-08-29[1.10.x] Refs #27132 -- Added pylibmc to test requirements.Ed Morley
Backport of 5d978c46216df53884fbca590a9abe660a739774 from master
2016-08-29[1.10.x] Refs #19914 -- Split the test_invalid_keys cache test into two.Ed Morley
The first half of the test fails when using pylibmc (so will need to be skipped). Backport of cfd1f93d55d3b9317bdf26b426fe21d935ab3399 from master
2016-08-29[1.10.x] Fixed #27124 -- Excluded cull-related cache configs from memcached ↵Ed Morley
tests. Since the `cull` and `zero_cull` test cache configs set `MAX_ENTRIES` and `CULL_FREQUENCY` in `OPTIONS`, which are only intended for use with the locmem, filesystem, and database backends. This prevents test failures once refs #20892 is fixed. Backport of 606a303856afee684563f9349c2a55578854f1ba from master
2016-08-24[1.10.x] Fixed #27039 -- Fixed empty data fallback to model field default in ↵Tim Graham
model forms. Backport of 4bc6b939944183533ae74791d21282e613f63a96 from master
2016-08-24[1.10.x] Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in ↵Berker Peksag
UserCreationForm.fields. Backport of 3c18f8a3d2f61669493f9ff2015ddc027eada3d6 from master
2016-08-24[1.10.x] Fixed #27100 -- Included already applied migration changes in the ↵Simon Charette
pre-migrate state. Refs #24100. Thanks Tim for the review. Backport of d5c4ea524679a787fe11c927448e44e95646096b from master
2016-08-24[1.10.x] Fixed #27044 -- Included already applied migration changes in the ↵Simon Charette
post-migrate state when the execution plan is empty. Refs #24100. Thanks tkhyn for the report and Tim for the review. Backport of d1757d8df486b689172d2584ded52fad916bcc33 from master
2016-08-23[1.10.x] Fixed #27089 -- Added database alias to ↵Tim Graham
InconsistentMigrationHistory message. Backport of ad25fe73506d80ffcaac135ad0a8d09552b70d70 from master
2016-08-23[1.10.x] Fixed #26998 -- Reverted some admin checks from checking ↵Collin Anderson
field.many_to_many back to isinstance(field, models.ManyToManyField). This partially reverts 983c158da7723eb00a376bd31db76709da4d0260 Backport of 384f89f8f843953ac11cf211f85291b5c14baeb9 from master
2016-08-20[1.10.x] Fixed #27018 -- Fixed admindocs crash with a view in a class.Helen Sherwood-Taylor
Generated correct admindocs URLs on Python 3. URLs generate 404s on Python 2, as in older versions of Django. Backport of bc1e2d8e8edde6cc7d2657c68242a13ee65a15b8 from master
2016-08-19[1.10.x] Fixed #27073 -- Removed duplicated managers in `Model._meta.managers`.Loïc Bistuer
Backport of d4eefc7e2af0d93283ed1c03e0af0a482982b6f0 from master
2016-08-18[1.10.x] Fixed #27054 -- Fixed makemigrations crash with a read-only database.Jim Nicholls
Backport of 76ab8851181675a59425f9637bdbf3f2de95f6f1 from master
2016-08-17[1.10.x] Refs #26983 -- Added test for isnull lookup to CharField with ↵Chris Lamb
primary_key=True. Backport of 97513269d73520d10722bbd10404be6ac4d48d07 from master
2016-08-15[1.10.x] Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable.Tim Graham
Thanks Sergei Maertens for the report and patch. Backport of 937d752d3deabebe60dfbe9ff9823772730f336a from master
2016-08-15[1.10.x] Fixed #27014 -- Fixed annotations with database functions on PostGIS.Daniel Wiesmann
Thanks Sean Mc Allister for providing a test. Backport of 89f17e7caf0d1e70417253d135607c9fd6ebac56 from master
2016-08-12[1.10.x] Fixed #27037 -- Prevented required attribute on ClearableFileInput ↵Jon Dufresne
when initial data exists. Backport of fab46ce6f5a0a58c4e5e39c9e5e412702beb4a64 from master
2016-08-10[1.10.x] Fixed #26973 -- Fixed views.static.serve() crash with show_indexes ↵Tim Graham
enabled. Backport of 1e32e1cc951ac9bada52aa20a9523acc7cc6ecb3 from master
2016-08-09[1.10.x] Unified SpatiaLite spellingClaude Paroz
Backport of ade681b9ad2a97833cd3f06530fba01e51250b32 from master.
2016-08-08[1.10.x] Fixed docs to refer to HSTS includeSubdomains as a directive.Ed Morley
The spec refers to it as a 'directive' rather than a 'tag': https://tools.ietf.org/html/rfc6797#section-6.1.2 Backport of 8c3bc5cd7801a307a0bc2969abebe7a6ca48d17f from master
2016-08-06[1.10.x] Fixed #27026 -- Fixed state initialization of bulk_create() objects ↵Sjoerd Job Postmus
if can_return_ids_from_bulk_insert. Backport of 3246d2b4bb981a8d782a349a99e9b89206028cee from master
2016-08-06[1.10.x] Fixed #27027 -- Restored Client.force_login() defaulting to the ↵Ben Demboski
first auth backend. Backport of fc8f097117af7ada616fad20ae5b417fcf740413 from master
2016-08-05[1.10.x] Fixed #27004 -- Made migrations consistency check ignore unapplied ↵Jarek Glowacki
squashed migrations. Backport of d117567c7d65c3c28858c4dfc771483b182075e4 from master
2016-08-04[1.10.x] Fixed #26983 -- Fixed isnull filtering on ForeignKey with to_fieldClaude Paroz
Thanks weidwonder for the report. Backport of 272eccf7ff0ced609e5a5e3bb6b4a40e773e0e66 from master.
2016-08-03[1.10.x] Fixed #27005 -- Fixed crash if request.META[''CONTENT_LENGTH']=''.Tim Graham
Backport of 5c63b3e5a797102d915e1683971517f747a28013 from master
2016-08-03[1.10.x] Fixed a GeoIP test failure with the latest data.Tim Graham
Backport of 4a696bbe13383b14b2762cc5accd45849e9dcfba from master
2016-08-03[1.10.x] Fixed #27001 -- Fixed a query count regression in ModelChoiceField ↵Alex Hill
with RadioSelect. Backport of c5ebfda00226e3695cadbc13ea9ce4c5951d3ed0 from master
2016-08-03[1.10.x] Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.Sergey Yurchenko
Backport of 4e64e3bb6e96a50b057bc1144fba3efdee7dfc10 from master
2016-08-02[1.10.x] Fixed #26988 -- Improved/clarified User.is_authenticated/anonymous ↵Tim Graham
compatibility. Thanks marktranchant for the report and review. Backport of 54afa960d1ee8c63635225a0f0a2489971b5aab5 from master
2016-08-01[1.10.x] Fixed admin_utils test failures due to translation updates.Tim Graham
Backport of 24123c31362b5f3783d84d133c160e9fe16805fe from master
2016-08-01[1.10.x] Fixed #26927 -- Made subwidget iteration pass disabled and required ↵Jon Dufresne
attributes. Backport of ac3aaaa740dcf9c6efd2f88ee9219c1924c7695e from master
2016-08-01[1.10.x] Fixed #26930 -- Prevented makemigrations from accessing an empty ↵Tim Graham
database. Thanks Liz Lemon for the report and investigation and Claude Paroz for the test. Backport of aad46c3e370e105f9117a337924090d05f1b001d from master
2016-07-30[1.10.x] Refs #25550 -- Corrected deprecation message for assigning M2M ↵Tim Graham
relations. Backport of 5fa4370543658aedd79dc554d8c52684d6c7cbca from master
2016-07-30[1.10.x] Fixed #26970 -- Fixed crash with disabled ModelMultipleChoiceField.Tim Graham
Backport of 4e861682904744b0ea3ead8552513c6f1a826c5a from master