| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-20 | Fixed #32987 -- Added system check for template tag modules with the same name. | Shreya Bamne | |
| Co-authored-by: Daniel Fairhead <daniel@dev.ngo> | |||
| 2021-10-20 | Refs #32987 -- Refactored out get_template_tag_modules(). | Daniel Fairhead | |
| 2021-10-20 | Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings. | David Smith | |
| 2021-10-19 | Refs #33207 -- Clarified that AUTH_USER_MODEL expects an app label. | Mariusz Felisiak | |
| 2021-10-19 | Fixed #33197 -- Made field rename with prior matching db_column change a noop. | Simon Charette | |
| Thanks Jacob Walls for the report. | |||
| 2021-10-18 | Refs #32956 -- Changed docs to treat the acronym HTTP phonetically. | David Smith | |
| 2021-10-18 | Fixed #33172 -- Added example of modifying upload handlers on the fly for CBVs. | sreehari1997 | |
| 2021-10-18 | Fixed #33194 -- Fixed migrations when altering a field with functional ↵ | Hannes Ljungberg | |
| indexes/unique constraints on SQLite. This adjusts Expressions.rename_table_references() to only update alias when needed. Regression in 83fcfc9ec8610540948815e127101f1206562ead. Co-authored-by: Simon Charette <charettes@users.noreply.github.com> | |||
| 2021-10-18 | Fixed #33198 -- Corrected BinaryField.max_length docs. | Nick Frazier | |
| 2021-10-15 | Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules. | Mariusz Felisiak | |
| asyncore and smtpd modules were deprecated in Python 3.10. | |||
| 2021-10-15 | Fixed #33195 -- Refactored urlize() based on a class. | Claude Paroz | |
| This allows easier customization/ | |||
| 2021-10-15 | Refs #30509 -- Adjusted internal FileResponse variable name. | Carlton Gibson | |
| Follow up to dc724c5bf9d3b8d59c9571aa751c3cd001cdeced. | |||
| 2021-10-15 | Fixed #23953 -- Made makemigrations continue number sequence for squashed ↵ | Jacob Walls | |
| migrations. | |||
| 2021-10-15 | Refs #23953 -- Added MigrationAutodetector.parse_number() tests. | Jacob Walls | |
| 2021-10-14 | Removed unused DOTS list. | Claude Paroz | |
| Unused since 4ff389dcdc15884eef059b2b8dea4b710e0a3b98. | |||
| 2021-10-14 | Refs #30509 -- Adjusted FileResponse test to close file earlier. | Piotr Kunicki | |
| 2021-10-14 | Fixed #30509 -- Made FileResponse better handle buffers and non-zero file ↵ | Piotr Kunicki | |
| offsets. | |||
| 2021-10-14 | Refs #30509 -- Increased FileResponse test coverage. | Piotr Kunicki | |
| Split tests by behavior, e.g. header, and added additional tests. | |||
| 2021-10-14 | Fixed #33008 -- Fixed prefetch_related() for deleted GenericForeignKeys. | Martin Svoboda | |
| Thanks Simon Charette for the implementation idea. | |||
| 2021-10-14 | Refs #27131 -- Removed SMTPBackendTests.test_server_login(). | Mariusz Felisiak | |
| test_server_login() was a regression test for a crash when passing Unicode strings to SMTP server using CRAM-MD5 method on Python 2. Python 2 is no longer supported and test_server_login() passes even without FakeSMTPChannel.smtp_AUTH() because smtplib.SMTPAuthenticationError is raised when AUTH is not implemented. | |||
| 2021-10-14 | Refs #25916 -- Added tests for a callable lastmod on Sitemaps. | David Smith | |
| 2021-10-14 | Used :source: role in docs/howto/custom-template-tags.txt. | Mariusz Felisiak | |
| 2021-10-13 | Doc'd a precise exception type in Paginator.page() docs. | Sih Sîng-hông薛丞宏 | |
| 2021-10-13 | Refs #25265 -- Allowed Query subclasses to build filters. | Erik Cederstrand | |
| 2021-10-12 | Bumped versions in pre-commit and npm configurations. | Mariusz Felisiak | |
| 2021-10-12 | Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive ↵ | Jacob Walls | |
| mode. | |||
| 2021-10-12 | Refs #29470 -- Added makemigrations test for adding fields with no default ↵ | Jacob Walls | |
| and auto_now_add=True in non-interactive mode. | |||
| 2021-10-12 | Added 'formatter' to spelling wordlist. | Mariusz Felisiak | |
| 2021-10-12 | Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels. | Ade Lee | |
| md5 is not an approved algorithm in FIPS mode, and trying to instantiate a hashlib.md5() will fail when the system is running in FIPS mode. md5 is allowed when in a non-security context. There is a plan to add a keyword parameter (usedforsecurity) to hashlib.md5() to annotate whether or not the instance is being used in a security context. In the case where it is not, the instantiation of md5 will be allowed. See https://bugs.python.org/issue9216 for more details. Some downstream python versions already support this parameter. To support these versions, a new encapsulation of md5() has been added. This encapsulation will pass through the usedforsecurity parameter in the case where the parameter is supported, and strip it if it is not. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2021-10-12 | Fixed #33178 -- Made createsuperuser validate required fields passed in ↵ | Christophe Henry | |
| options in interactive mode. | |||
| 2021-10-12 | Refs #33178 -- Added createsuperuser tests for validation of foreign keys. | Christophe Henry | |
| 2021-10-12 | Refs #21755 -- Fixed createsuperuser crash for required foreign keys passed ↵ | Christophe Henry | |
| in options in interactive mode. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2021-10-12 | Refs #29628, Refs #33178 -- Made createsuperuser validate password against ↵ | Mariusz Felisiak | |
| required fields passed in options. | |||
| 2021-10-11 | Used Python 3.10 for docs and linters GitHub actions. | Mariusz Felisiak | |
| 2021-10-11 | Reverted "Pinned flake8 == 3.9.2 in GitHub actions." | Mariusz Felisiak | |
| This reverts commit f2a28e11d910f2aba67f62ad2d7870d24b4ce24b. | |||
| 2021-10-11 | Fixed #33149 -- Made test runner --pdb option work with subTest(). | Abhyudai | |
| Thanks Lucidot for the report and Mariusz Felisiak for the initial patch. | |||
| 2021-10-11 | Refs #32900 -- Restored '[y/N]' in questioner prompt when merging migrations. | Seonghyeon Cho | |
| Regression in 02bc7161ec477afd4a7b328936eb8adac078d7b9. | |||
| 2021-10-11 | Pinned flake8 == 3.9.2 in GitHub actions. | Mariusz Felisiak | |
| See https://github.com/PyCQA/flake8/issues/1408 | |||
| 2021-10-08 | Fixed #33022 -- Fixed isolation of ↵ | Mariusz Felisiak | |
| migrations.test_executor.ExecutorTests.test_custom_user(). | |||
| 2021-10-08 | Improved docs regarding UTF-8 support with Apache and mod_wsgi. | Nick Frazier | |
| 2021-10-08 | Refs #25467 -- Added test for excluding one-to-one relation with unsaved ↵ | Jacob Walls | |
| objects. Fixed in 58da81a5a372a69f0bac801c412b57f3cce5f188. | |||
| 2021-10-08 | Fixed tests.queries.models.StaffUser.__str__(). | Jacob Walls | |
| 2021-10-07 | Fixed #33151 -- Fixed createsuperuser crash for many-to-many required fields ↵ | Christophe Henry | |
| in non-interactive mode. | |||
| 2021-10-06 | Refs #31026 -- Improved BoundField.label_tag() docs. | David Smith | |
| 2021-10-06 | Fixed #33131 -- Improved error messages for clashing reverse accessor names. | Bernd Wechner | |
| 2021-10-06 | Refs #33029 -- Fixed popups Selenium tests in headless mode. | Carlton Gibson | |
| Co-authored-by: Yash Jhunjhunwala <yash@jhunjhunwalaadvisors.com> | |||
| 2021-10-06 | Fixed #33156 -- Used sessionStorage to preserve quick filter for admin's ↵ | Maxim Milovanov | |
| navigation sidebar. | |||
| 2021-10-06 | Fixed #23408 -- Added migrations questioner prompt for adding unique fields ↵ | Jacob Walls | |
| with a callable default. | |||
| 2021-10-06 | Refs #26430 -- Removed unused branch in sql.Query.get_count(). | Simon Charette | |
| Now that sql.Query.get_aggregation() properly deals with empty result sets summary Count() annotations cannot result in None. Unused since 9f3cce172f6913c5ac74272fa5fc07f847b4e112. | |||
| 2021-10-05 | Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x. | Mariusz Felisiak | |
