| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | Refs #32508 -- Raised ValueError instead of using "assert" in lazy(). | Hasan Ramezani | |
| 2021-03-15 | Added tests for AssertionErrors in get_complete_version() and ↵ | Hasan Ramezani | |
| _lazy_re_compile(). | |||
| 2021-03-12 | Fixed #31516 -- Improved naming of migrations with multiple operations. | manav014 | |
| 52 gives 60 in total (52 + 5 + 3). Co-authored-by: Adam Johnson <me@adamj.eu> | |||
| 2021-03-12 | Refs #31516 -- Added Migration.suggest_name() tests for migrations with no ↵ | Adam Johnson | |
| operations. | |||
| 2021-03-12 | Refs #31516, Refs #31703 -- Made makemigrations always name initial ↵ | Adam Johnson | |
| migrations "initial". | |||
| 2021-03-11 | Fixed #32529 -- Delayed creating a test suite in build_suite(). | Chris Jerdonek | |
| 2021-03-11 | Refs #32489 -- Doc'd and tested iter_test_cases() support for an iterable of ↵ | Chris Jerdonek | |
| tests. | |||
| 2021-03-11 | Refs #32508 -- Raised ImproperlyConfigured instead of using "assert" in ↵ | Hasan Ramezani | |
| middlewares. | |||
| 2021-03-10 | Refs #24121 -- Added __repr__() to MiddlewareMixin and subclasses. | Jonny Park | |
| 2021-03-10 | Removed unnecessary lines in test_has_view_or_change_permission_required(). | Mariusz Felisiak | |
| AutocompleteJsonViewTests.user is already a staff member. | |||
| 2021-03-10 | Refs #24121 -- Added __repr__() to OrderedSet. | Nick Pope | |
| 2021-03-10 | Refs #32508 -- Raised TypeError instead of using "assert" on unsupported ↵ | Mariusz Felisiak | |
| operations for sliced querysets. | |||
| 2021-03-09 | Fixed #32516 -- Fixed reorder_suite() with duplicates and reverse=True. | Chris Jerdonek | |
| 2021-03-09 | Updated Git branch "master" to "main". | Markus Holtermann | |
| This change follows a long discussion on django-develops: https://groups.google.com/g/django-developers/c/tctDuKUGosc/ | |||
| 2021-03-08 | Refs #26167 -- Added @skipUnlessDBFeature('supports_expression_indexes') to ↵ | Tim Graham | |
| a test. Failure observed on CockroachDB. | |||
| 2021-03-08 | Fixed #32517 -- Made OrderedSet reversible. | Diego Lima | |
| Refs #32516. | |||
| 2021-03-06 | Fixed #24141 -- Added QuerySet.contains(). | Johan Schiff | |
| 2021-03-05 | Fixed #32489 -- Added iter_test_cases() to iterate over a TestSuite. | Chris Jerdonek | |
| This also makes partition_suite_by_type(), partition_suite_by_case(), filter_tests_by_tags(), and DiscoverRunner._get_databases() to use iter_test_cases(). | |||
| 2021-03-04 | Fixed #32494 -- Adjusted system check for raw_id_fields to warn about ↵ | Hasan Ramezani | |
| Field.attname. | |||
| 2021-03-04 | Corrected messages of admin checks for invalid model field names. | Hasan Ramezani | |
| 2021-03-03 | Fixed #27854 -- Added system check for nonexistent directories in ↵ | Jacob Walls | |
| STATICFILES_DIRS setting. | |||
| 2021-03-03 | Used CollectionTestCase in FindersCheckTests tests. | Mariusz Felisiak | |
| 2021-03-02 | Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10. | François Freitag | |
| 2021-03-02 | Refs #24121 -- Added __repr__() to URLNode. | Rohith PR | |
| 2021-03-01 | Fixed #22640 -- Raised TypeError when instantiating model with keyword and ↵ | Jacob Walls | |
| positional args for the same field. | |||
| 2021-03-01 | Fixed #32456 -- Added dbshell support for specifying a password file on ↵ | Hasan Ramezani | |
| PostgreSQL. | |||
| 2021-02-26 | Fixed typo in assertQuerysetEqual() exception message. | Jacob Walls | |
| 2021-02-26 | Refs #32292 -- Made dbshell do not use 'postgres' database when service name ↵ | Mariusz Felisiak | |
| is set. Regression in dcb3ad3319cad5c270a1856fd5f355e37cf9d474. | |||
| 2021-02-26 | Removed unused code in admin_views tests. | Jacob Walls | |
| Unused since its introduction in 7b21bfc0745f92f83a6826a3d3e58797fb74e32 and 1e4ad6f118007547c7e627f1d5bd11bfb2992bf9. | |||
| 2021-02-26 | Fixed #28607 -- Prevented duplicates in HashedFilesMixin post-processing ↵ | Jacob Walls | |
| results. Thanks Ed Morley for the implementation idea. | |||
| 2021-02-26 | Refs #24121 -- Added __repr__() to FilterExpression, Lexer, Parser, and Token. | David Smith | |
| 2021-02-24 | Fixed #32446 -- Deprecated SERIALIZE test database setting. | Simon Charette | |
| Whether or not the state of a test database should be serialized can be inferred from the set of databases allowed to be access from discovered TestCase/TransactionTestCase enabling the serialized_rollback feature which makes this setting unnecessary. This should make a significant test suite bootstraping time difference on large projects that didn't explicitly disable test database serialization. | |||
| 2021-02-24 | Refs #32468 -- Added error message on invalid usage of cache decorators. | Haki Benita | |
| 2021-02-24 | Fixed #32478 -- Included nested columns referenced by subqueries in GROUP BY ↵ | Simon Charette | |
| on aggregations. Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80. Refs #31094, #31150. Thanks Igor Pejic for the report. | |||
| 2021-02-23 | Fixed #30916 -- Added support for functional unique constraints. | Hannes Ljungberg | |
| Thanks Ian Foote and Mariusz Felisiak for reviews. | |||
| 2021-02-23 | Fixed #32470 -- Fixed ResolverMatch instance on test clients when ↵ | Marc Gibbons | |
| request.urlconf is set. | |||
| 2021-02-23 | Fixed DataUploadMaxNumberOfFieldsFormPost.test_number_exceeded(). | Mariusz Felisiak | |
| Follow up to 0ad9fa02e07b853003b3c2244d1015620705f020. | |||
| 2021-02-23 | Fixed #32445 -- Fixed LiveServerThreadTest.test_closes_connections() for ↵ | Chris Jerdonek | |
| non-in-memory database on SQLite. | |||
| 2021-02-22 | Fixed #32469 -- Made assertQuerysetEqual() respect maxDiff when ordered=False. | Nick Pope | |
| 2021-02-19 | Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more ↵ | Hannes Ljungberg | |
| consistent. | |||
| 2021-02-19 | Fixed #32256 -- Fixed migration optimization crash when swapping field names. | Hasan Ramezani | |
| This disables optimization of RenameField operation when an old field name is referenced in subsequent operations. Co-authored-by: InvalidInterrupt <InvalidInterrupt@users.noreply.github.com> | |||
| 2021-02-19 | Refs CVE-2021-23336 -- Updated tests and release notes for affected versions. | Nick Pope | |
| 2021-02-19 | Refs #30231 -- Fixed SeleniumTests.test_inlines_verbose_name with headless mode. | David Smith | |
| Horizontal scrollbar doesn't appear with the headless mode on small windows, that's why window.scrollTo() is not an option for these tests even after fixing #32459. | |||
| 2021-02-18 | Fixed #32455 -- Allowed right combining Q() with boolean expressions. | Hasan Ramezani | |
| 2021-02-18 | Refs #32455 -- Added tests for left combining an empty Q() with boolean ↵ | Mariusz Felisiak | |
| expressions. | |||
| 2021-02-18 | Fixed #32450 -- Fixed crash when ANDing/ORing an empty Q() with not ↵ | starryrbs | |
| pickleable Q(). Regression in bb0b6e526340e638522e093765e534df4e4393d2. | |||
| 2021-02-18 | Fixed #32443 -- Removed "shifted" CSS class when admin's sidebar is disabled. | Amir Ajorloo | |
| 2021-02-17 | Fixed #32453 -- Added introspection of unique constraint field ordering on ↵ | Hannes Ljungberg | |
| SQLite. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2021-02-16 | Fixed #30231 -- Fixed admin filter horizontal/vertical verbose_name generation. | Teresa Partida | |
| Co-authored-by: David Smith <smithdc@gmail.com> | |||
| 2021-02-16 | Fixed #29052 -- Made test database creation preserve alias order and prefer ↵ | Harm Geerts | |
| the "default" database. This fixes flushing test databases when two aliases point to the same database. Use a list() to store the test database aliases so the order remains stable by following the order of the connections. Also, always use the "default" database alias as the first alias to accommodate `migrate`. Previously `migrate` could be executed on a secondary alias which caused truncating the "default" database. | |||
