summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2018-10-01[2.1.x] Fixed #29809 -- Fixed a crash when a "view only" user POSTs to the ↵Tim Graham
admin user change form. Backport of a7284cc0c3620030b43034cdf41216c0941bf411 from master
2018-10-01Fixed CVE-2018-16984 -- Fixed password hash disclosure to admin "view only" ↵Carlton Gibson
users. Thanks Claude Paroz & Tim Graham for collaborating on the patch. # Conflicts: # tests/auth_tests/test_views.py
2018-09-29[2.1.x] Refs #21408 -- Updated naturaltime translation test.Claude Paroz
Upcoming German translations will not differ for past and future naturaltime translations. Using Czech language instead. Backport of ddcb9e806275114c91bbed90bc917374ba08a9ae from master
2018-09-26[2.1.x] Added test of filtering on BinaryField and corrected docs.Jon Dufresne
Backport of fb2964a4106b1282c4179b6fbbd0374f5be1ccac from master.
2018-09-26[2.1.x] Fixed #29630 -- Fixed crash of sliced queries with multiple columns ↵Mariusz Felisiak
with the same name on Oracle 12.1. Regression in 0899d583bdb140910698d00d17f5f1abc8774b07. Thanks Tim Graham for the review and Jani Tiainen for help. Backport of 024abe5b82d95ee60cb18a77ebf841ad715467fa from master
2018-09-25[2.1.x] Fixed #29778 -- Fixed quoting of unique index names.Oleg
Regression in 3b429c96736b8328c40e5d77282b0d30de563c3c. Backport of d1d5c97bc2821bf8c0f4b2d9c7ab16200845b494 from master.
2018-09-25[2.1.x] Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne
Backport of ad9a28ee38e3352b16cc6c9ae7f55f90c64710cc from master.
2018-09-14[2.1.x] Fixed #29755 -- Made migrations detect changes to ↵Simon Charette
Meta.default_related_name. Backport of a4495f4b989dc919d80fcf9f38e31e247faa94fb from master
2018-09-11[2.1.x] Fixed #29749 -- Made the migrations loader ignore files starting ↵Tim Graham
with a tilde or underscore. Regression in 29150d5da880ac1db15e47052330790cf1b802d2. Backport of 32fbccab406b680bc0a0a8d39a9b95c3a08bbc5a from master
2018-09-08[2.1.x] Fixed #29727 -- Made nonexistent joins in F() raise FieldError.Alexander Holmbäck
Regression in 2162f0983de0dfe2178531638ce7ea56f54dd4e7. Backport of f315d0423a09dfe20dd4d4f6a0eb11fc8e45a665 from master
2018-09-08[2.1.x] Moved test for nonexistent field in F() to BasicExpressionsTest.Alexander Holmbäck
Backport of aa16ec54747eaa9da7534e67a1de320b9a517c1c from master
2018-09-01[2.1.x] Refs #16470 -- Fixed typo in a FileResponse test.James Aylett
Backport of ee52044a278885bd9455dd59b1e16c5d5e2d68ce from master.
2018-08-30[2.1.x] Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() ↵Tim Graham
doesn't accept the obj argument. * Refs #27991 -- Added testing for ModelAdmin.get_inline_instances() if the inline's has_add_permission() doesn't accept 'obj'. * Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't accept the obj argument. Backport of fd8a7a5313f5e223212085b2e470e43c0047e066 from master
2018-08-29[2.1.x] Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() ↵Mariusz Felisiak
or values_list() after combining querysets with extra() with union(), difference(), or intersection(). Regression in 0b66c3b442875627fa6daef4ac1e90900d74290b. Backport of 39461a83c33f0cfe719d3b139413d1f5d1e75d5e from master
2018-08-20[2.1.x] Fixed #29682 -- Fixed admin change form crash if a view-only model's ↵Tim Graham
form has an extra field. Backport of d311124be59df64278f3149d68e79ce45b8a6c64 from master
2018-08-17[2.1.x] Refs #29015 -- Added database name to PostgreSQL database name too ↵Jon Dufresne
long exception. Backport of bf17f5e88466e3f571065345f5b2fea0d8af89fe from master
2018-08-17[2.1.x] Fixed #29663 -- Made admin change view redirect to changelist with ↵Jon Dufresne
view permission. Backport of 09ee3b6fe3c4d80bb445835f88148d6f48cde3ff from master
2018-08-15[2.1.x] Fixed #29662 -- Allowed test client to accept structured suffix JSON ↵Marnanel Thurman
content types. Backport of 7cc52250f06c2a4769badbab1d7ee01f8e3cb46a from master
2018-08-10[2.1.x] Fixed #29653 -- Fixed missing related_query_name reverse accessor if ↵Ramiro Morales
GenericRelation is declared on an abstract base model. Regression in 4ab027b94409e6415b774797bf9d3593da9d9ea8. Thanks Lauri Kainulainen for the report. Backport of b5c7cb4d3306a7b4e8f87bcf365ff30ae53018ed from master
2018-08-10[2.1.x] Fixed #29637 -- Fixed admin change form crash if the user doesn’t ↵Clément Mangin
have the add permission to a TabularInline. Regression in 825f0beda804e48e9197fcf3b0d909f9f548aa47. Backport of 64e1a271f50d921a54388539b6ff7102a31c3d29 from master
2018-08-08[2.1.x] Fixed #29623 -- Fixed translation failure of DurationField's ↵Tim Graham
"overflow" error message. Backport of 730173d1c5cf210d8e3bd951fa49f64b9bc561ca from master
2018-08-08[2.1.x] Fixed #29643 -- Fixed crash when combining Q objects with __in ↵Mariusz Felisiak
lookups and lists. Regression in fc6528b25ab1834be1a478b405bf8f7ec5cf860c. Backport of 9fee229874367beafd532dad6d0f9ff9676ded0b from master
2018-08-03[2.1.x] Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists ↵Mariusz Felisiak
and the user can't create databases. Regression in e776dd2db677d58dcb50aea20d3bb191537df25b. Thanks Tim Graham for the review. Backport of 1a9cbf41a130def83a7e384955544d08be0fc148 from master
2018-08-02[2.1.x] Fixed #29627 -- Fixed QueryDict.urlencode() crash with non-string ↵Tim Graham
values. Regression in 7d96f0c49ab750799860e42716d7105e11de44de. Backport of d8e2be459f97f1773c7edf7d37de180139146176 from master
2018-08-02[2.1.x] Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().Michael Sanders
A race condition happened when the object didn't already exist and another process/thread created the object before update_or_create() did and then attempted to update the object, also before update_or_create() saved the object. The update by the other process/thread could be lost. Backport of 271542dad1686c438f658aa6220982495db09797 from master
2018-08-01[2.1.x] Fixed typos in comments and docs.luz.paz
Backport of 97e637a87fb45c4de970cca6cb783d93473c9d15 from master
2018-08-01[2.1.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in ↵Andreas Hug
CommonMiddleware.
2018-07-31[2.1.x] Fixed #29617 -- Fixed Template crash if template_string is lazy.Dražen Odobašić
Regression in 3a148f958dddd97c1379081118c30fbede6b6bc4. Backport of 9f3b9ffd51c71d96728df9ee16f5a57c6f3b315d from master
2018-07-23[2.1.x] Refs #29514 -- Added test for get_default_timezone()/timezone.utc ↵Carlton Gibson
equality. Backport of f4ef71c689b7bf3b0237d12c634fe5557f646a79 from master
2018-07-19[2.1.x] Fixed #29578 -- Made numberformat.format() honor forced l10n usage.Claude Paroz
Thanks Sassan Haradji for the report. Backport of 0adfba968e28cfb4e4d681e658866debbbd68089 from master
2018-07-06[2.1.x] Refs #29451 -- Fixed test_isvalid_lookup on MySQL 8+.Tom
Backport of f98e1c01eafa724cb87772ae03b3fd1158e9fd50 from master
2018-07-02[2.1.x] Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth ↵Tim Graham
forms without installing contrib.auth." This reverts commit 3333d935d2914cd80cf31f4803821ad5c0e2a51d due to a crash if USERNAME_FIELD isn't a CharField. Backport of f3fa86a89b3b85242f49b2b9acf58b5ea35acc1f from master
2018-06-27[2.1.x] Fixed #29520 -- Fixed test client crash when posting bytes.Tim Graham
Regression in b8a41a2872624a6d9e61308932dd81d001e31eb9. Backport of 9294110a57ce0a6d14506969c950090045c622c8 from master
2018-06-27[2.1.x] Refs #29253 -- Fixed method_decorator() crash if decorator sets a ↵Chris Jerdonek
new attribute. Regression in fdc936c9130cf4fb5d59869674b9a31cc79a7999. Backport of f434f5b84f7fcea9a76a551621ecce70786e2899 from master
2018-06-22[2.1.x] Fixed #29511 -- Added charset to JavaScriptCatalog's Content-Type ↵Tim Graham
header. Backport of 7cdeb23ae7ef2d125276840ff298dbb9683959f2 from master
2018-06-20[2.1.x] Refs #29451 -- Fixed invalid SQL on MySQL in queries tests.Carlton Gibson
Backport of c4f099de1d0d82c5e1f88768300896eae69bddbd from master
2018-06-20[2.1.x] Fixed #29503 -- Made __in lookup keep order of values in query.Nick Pope
Regression in 86eccdc8b67728d84440a46e5bf62c78f2eddf6d. Backport of b0fbfae09334554124e1dccb7559d10f36e2f84c from master
2018-06-18[2.1.x] Fixed #29502 -- Allowed users with the view permission to use ↵Carlton Gibson
autocomplete_fields. Backport of 5b733171813f8ddc7af84abe79f2646204b9c6ca from master
2018-06-18[2.1.x] Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson
Backport of 958c7b301ead79974db8edd5b9c6588a10a28ae7 from master
2018-06-17[2.1.x] Fixed #29496 -- Fixed crash on Oracle when converting a non-unique ↵Mariusz Felisiak
field to primary key. Thanks Tim Graham for the review. Backport of 6dd4edb1b4f5441c5f543e29395039839c50d10b from master
2018-06-16[2.1.x] Fixed #29469 -- Added a helpful makemigrations error if app_label ↵oliver
contains dots. Backport of 78972af367a1da54aa7e539e4b1ffa2b56571e77 from master
2018-06-15[2.1.x] Fixed #29487 -- Accounted for object level permissions when ↵Paulo
calculating change view's read-only fields. Thanks Matthew Frazier for the report and fix. Backport of 553617e61324dd5d9b34c47ceb2b6f20888daf20 from master
2018-06-15[2.1.x] Fixed #29498 -- Fixed a missing pyc test file in source distribution.Tim Graham
Backport of 63f90f55f30d599d601d729060cdb0ebd2abdeb8 from master
2018-06-15[2.1.x] Fixed #29000 -- Fixed RenameModel's renaming of a M2M column when ↵Jeff
run after RenameField. Regression in 45ded053b1f4320284aa5dac63052f6d1baefea9. Backport of fcc4e251dbc917118f73d7187ee2f4cbf3883f36 from master
2018-06-15[2.1.x] Fixed #23869 -- Made ModelAdmin.get_deleted_objects() use ↵Henk Kahlfuß
has_delete_permission() for permissions checking. Backport of 3eb9127678e292ef2645b632199f3e9c876ad999 from master
2018-06-15[2.1.x] Refs #29428 -- Fixed admin check crash when using a query expression ↵Tim Graham
in ModelAdmin.ordering. Backport of ec2c9c353113bb1db6e32ed3f0b6c28bc06ca2eb from master
2018-06-15[2.1.x] Fixed #29428 -- Fixed admin changelist crash when using a query ↵Tim Graham
expression without asc()/desc() in the ordering. Backport of 0d8e3e608ee9aab5076d497664aa97e0a29e523e from master
2018-06-13[2.1.x] Refs #29419, #8936 -- Removed change permission requirement for ↵Carlton Gibson
admin actions. Partially reverted 825f0beda804e48e9197fcf3b0d909f9f548aa47. Backport of b30f9b131c9489b9d9f21c311ecb46d0aea91381 from master
2018-06-12[2.1.x] Fixed #29452 -- Fixed makemessages setting charset of .pot files.Bartosz Grabski
Backport of 2bc014750adb093131f77e4c20bc17ba64b75cac from master
2018-06-11[2.1.x] Fixed #29464 -- Silenced post-process messages in collectstatic's ↵Arthur Silva
default verbosity. Backport of bc1435551c0cfaf4a22aff8216990b909005dba9 from master