summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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
2016-07-29[1.10.x] Fixed #26896 -- Allowed a lazy base_url for FileSystemStorage.Tomas Pazderka
Backport of b820b6108a7d3f11ec18774d16d657f4f63fe9fa from master
2016-07-28[1.10.x] Fixed a typo in tests/middleware/test_security.pyTim Graham
Backport of 0850236a8c3647bc3c239bd34afae0488abe5c60 from master
2016-07-28[1.10.x] Refs #26657 -- Fixed a crash induced by invalid WKT returned by ↵Sergey Fedoseev
MySQL 5.7.5+. Backport of 4178488881f4e703c4e47ea78720dd61e0230ce5 from master
2016-07-27[1.10.x] Fixed #26949 -- Fixed crash of disabled forms.JSONField.Olexander Yermakov
Backport of 68de48c96328e13d5dbdb1f3006e4a1ca74f3c34 from master
2016-07-27[1.10.x] Fixed #26917 -- Fixed crash in disabled ModelChoiceFields.Tim Graham
Partially reverted refs #25532 to fix a regression in Django 1.10. This reintroduces a crash for disabled forms.JSONField (refs #26949), however, that issue is also present on Django 1.9. Thanks Ryan Schave for the test. Backport of a5f85d891b51d7ceb4f9e422e3e4f5c741062288 from master
2016-07-25[1.10.x] Fixed #26915 -- Fixed regression handling responses returned from ↵Alex Hill
view middleware. Backport of 44a6b4028033890d4a3832875c774db321182de6 from master
2016-07-24[1.10.x] Fixed #26938 -- Fixed invalid HTML in template postmortem on the ↵Jon Dufresne
debug page. Backport of 348cfccd9072f0e08ffe4cfb3946d1dc6a629e86 from master
2016-07-24[1.10.x] Fixed #26945 -- Ensured that i18n_patterns returns a listAlex Hill
Backport of 971120778a7e7b7ebc2fc48275cca20a87580efe from master
2016-07-21[1.10.x] Fixed #26922 -- Fixed SimpleTestCase.assertHTMLEqual() crash on ↵Dmitry Dygalo
Python 3.5+. Backport of d7a097265b1842843a73ce0da36ef98bacac8a3e from master
2016-07-21[1.10.x] Fixed #26923 -- Fixed template_tests with numpy < 1.9.0.Raphaël Hertzog
Backport of 8e5cbc884f77c85b0edbc6206810643abaf589c9 from master
2016-07-19[1.10.x] Fixed #26916 -- Fixed prefetch_related when using a cached_property ↵Simon Charette
as to_attr. Thanks Trac alias karyon for the report and Tim for the review. Backport of 271bfe65d986f5ecbaeb7a70a3092356c0a9e222 from master
2016-07-19[1.10.x] Fixed a GeoIP test failure with the latest data.Tim Graham
Backport of 081fdaf110386db940d834ba51d93e23aa293fcd from master
2016-07-18[1.10.x] Fixed XSS in admin's add/change related popup.Tim Graham
This is a security fix.
2016-07-16[1.10.x] Fixed #26900 -- Fixed crash accessing deferred FileFields.Tim Graham
Backport of 7c33aa8a87d323f0e8e5368705aa8ba96f9819d0 from master
2016-07-14[1.10.x] Refs #26897 -- Added cleanup to i18n testClaude Paroz
2016-07-14[1.10.x] Refs #26897 -- Missing directory containment in i18n testClaude Paroz
2016-07-14[1.10.x] Fixed #26888 -- Fixed concurrency issue in URL resolver.Marten Kenbeek
Fixed a regression in 625b8e9295d79650208bfb3fca8bf9e6aaf578e4: improper short-circuiting could lead to a KeyError when threads concurrently call RegexURLResolver._populate(). Backport of 389a5318a06e7e4d8f8aba14af88c4cc4ea0db47 from master
2016-07-14[1.10.x] Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII ↵Claude Paroz
file names Thanks Tim Graham for the review. Backport of 3e71f6544feca490211e88db4f449dfdb7acce39 from master.
2016-07-14[1.10.x] Fixed #26890 -- Fixed IntegerField crash on Unicode numbers.Jon Dufresne
Backport of 76e19da5b0385d4f8afda509e0b60f77f7ffc4c2 from master
2016-07-14[1.10.x] Reverted "Fixed #25388 -- Added an option to allow disabling of ↵Tim Graham
migrations during test database creation" This reverts commit 157d7f1f1de4705daddebb77f21bd7097a74513d since it disables migrations all the time, not just during tests. Backport of 944e66cb1db6614ef0644b9030dd1d75e950767c from master
2016-07-13[1.10.x] Fixed #26889 -- Fixed missing PostgreSQL index in ↵Jon Dufresne
SchemaEditor.add_field(). Backport of 2e4cfcd2b9a0984ad6c4087a5deebbf33413835c from master
2016-07-12[1.10.x] Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's ↵Andrey Fedoseev
to_field_name. Follow up to 67d984413c9540074e4fe6aa033081a35cf192bc. Backport of 81963b37a92ef583b9f725f1a78dd2ca97c1ab95 from master
2016-07-11[1.10.x] Fixed #26749 -- Preserved behavior of use_for_related_field during ↵Julien Hartmann
deprecation. Backport of f4afb85d7e900123fa8f88110adc011ab184e153 from master
2016-07-09[1.10.x] Fixed numpy deprecation warning silencing in template_tests.Baptiste Mispelon
Backport of 418658f453bed7fe7949dda26651aab370003e6a from master
2016-07-09[1.10.x] Fixed #26881 -- Fixed duplicate managers in migrations.Loïc Bistuer
When both parent and child models had managers with the same name and a migrations opt-in both were added to the migration state. Backport of dab83e5ba108c08a04ae400ac5354fd73e26c6f5 from master
2016-07-01[1.10.x] Replaced use of TestCase.fail() with assertRaises().Tim Graham
Also removed try/except/fail antipattern that hides exceptions. Backport of c9ae09addffb839403312131d4251e9d8b454508 from master
2016-06-30[1.10.x] Fixed #25292 -- Fixed crash in ManyToManyField.through_fields check.Andrew Nester
Backport of baff4dd37dabfef1ff939513fa45124382b57bf8 from master
2016-06-28[1.10.x] Fixed #26119 -- Fixed URLValidator crash on URLs with brackets.Christopher Grebs
Backport of a9e188ccd6315d278795355a53bce6c1a63f5a50 from master
2016-06-28[1.10.x] Fixed #26786 -- Avoided redundant max value validators on integer ↵Eduard Stepanov
fields. Backport of 49b4596cb4744e4b68d56e6a540a3e15c1582963 from master
2016-06-28[1.10.x] Fixed #26171 -- Made MySQL create an index on ForeignKeys with ↵Aaron Elliot Ross
db_contraint=False. Refactored "Prevented unneeded index creation on MySQL-InnoDB" (2ceb10f) to avoid setting db_index=False. Backport of 6bf7964023487f2a352084e74aca27aecb354d6c from master
2016-06-27[1.10.x] Refs #26034 -- Corrected a schema test to work with the correct ↵Jon Dufresne
field state. Backport of d47f6d75ef67dbd18abf2bb927753f739a9c117d from master
2016-06-24[1.10.x] Fixed #26795 -- Factored out get_changes() in test_autodetector.py.akki
Backport of ca77b509059831b055a3b735ff77e042f8e1c0eb from master
2016-06-21[1.10.x] Fixed #26785 -- Made Oracle return None rather than empty string ↵Sergey Fedoseev
for empty geometries. Backport of ea4665066b651e0e2730f2e2d85fcef9d7ac7966 from master
2016-06-21[1.10.x] Fixed #26781 -- Made table name case change a noop on SQLite.Simon Charette
SQLite disgresses from the SQL standard by ignoring case of quoted identifiers. Thanks to laozzzi for the report and Tim for the review. Backport of c2e62fd1aed093c4d9ff84e3d86e6a85c8aa1917 from master
2016-06-21[1.10.x] Refs #21379, #26719 -- Moved username normalization to ↵Tim Graham
AbstractBaseUser. Thanks Huynh Thanh Tam for the initial patch and Claude Paroz for review. Backport of 39805686b364358af725b695924a5a6dfa7f5302 from master
2016-06-21[1.10.x] Fixed #26787 -- Documented deleting and reloading of model instance ↵Tim Graham
fields. Thanks Julien Hartmann for the report. Backport of 20d1cb33c2ec1242e16c49deb88e8c70517b2d1a from master
2016-06-21[1.10.x] Fixed #26729 -- Allowed overriding a form field's label/help_text ↵Paulo
in Form.__init__() for TabularInline. Backport of 9c2d5a8d333277cc1b482a9d05f174cf4d09f24c from master
2016-06-21[1.10.x] Fixed #26783 -- Fixed SessionMiddleware's empty cookie deletion ↵Jon Dufresne
when using SESSION_COOKIE_PATH. Backport of d13881bd34ff8f76b902ef5256001341d60b3161 from master
2016-06-21[1.10.x] Fixed #26750 -- Fixed introspection for geography point field with ↵Claude Paroz
dim=3 Thanks Yegor Kazantsev for the report and the initial patch. Backport of 140c23502 from master.
2016-06-20[1.10.x] Refs #22384 -- Readded RegexURLResolver.reverse().Tim Graham
It was removed in 785cc71d5b3300e2702b0b2fc7316e58ca70b563 only because it was untested and unused in Django itself, however, some third-party apps use it. Backport of 4e400dcb79bc468ee1ff899312a00ed8dc3e795c from master
2016-06-20[1.10.x] Fixed #26643 -- Prevented unnecessary AlterModelManagers operations ↵Loïc Bistuer
caused by the manager inheritance refactor. This also makes migrations respect the base_manager_name and default_manager_name model options. Thanks Anthony King and Matthew Schinckel for the initial patches. Backport of 2eb7cb2fffcc382979d0731370de26b051d04659 from master
2016-06-18[1.10.x] Fixed #26778 -- Fixed ModelSignal.connect() weak argument.Tim Graham
Backport of 9bf8d50a678463a5a3cd52f10c830fe0ca65d2c6 from master
2016-06-18[1.10.x] Fixed #26775 -- Supported dim=3 geography fieldsClaude Paroz
Thanks François-Xavier Thomas for the report. Backport of 8ba44ecda0 from master.
2016-06-18[1.10.x] Refs #26772 -- Added a test for FileField reopening closed files.Paul J Stevens
Thanks Simon Charette for review. Backport of b45852c2631d4f291fb22ef3348065f2a3c2e5e3 from master
2016-06-18[1.10.x] Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with ↵Tim Graham
File." This reverts commit 1b407050dd53e56686fdd3e168f8cac4f9be8306 as it introduces a regression in the test for refs #26772. Backport of cd217de6100e0101fd921dd18bc2e706bac397c9 from master
2016-06-18[1.10.x] Fixed #24931 -- Made namespaced RegexURLResolvers populate callback ↵Markus Holtermann
strings. Fixed a regression in 2f16ff5a6cbd71fc6c50e88e4087f3657222e90e. Thanks Tim Graham for the review. Backport of 625b8e9295d79650208bfb3fca8bf9e6aaf578e4 from master