summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-24Doc'd PasswordChangeView/PasswordResetView.success_url defaults.Tanmay Vijay
2020-04-24Fixed typo in docs/intro/contributing.txt.Andy Chosak
2020-04-24Refs #30913 -- Added BaseDatabaseSchemaEditor._index_condition_sql().Hannes Ljungberg
2020-04-23Updated template language philosophy in DTL docs.David Smith
2020-04-23Fixed broken link to Watchmen configuration in docs/ref/django-admin.txt.Jon Dufresne
2020-04-23Fixed #29224 -- Fixed removing index_together indexes if exists unique_togeth...David Wobrock
2020-04-23Fixed #31500 -- Fixed detecting of unique fields in QuerySet.in_bulk() when u...Hannes Ljungberg
2020-04-22Avoided unnecessary recompilation of ordering clause regex in SQLCompiler.Adam Johnson
2020-04-22Added link to Mozilla's infosec page on web security. Mads Jensen
2020-04-22Made compress.py script use the official google-closure-compiler release.Jon Dufresne
2020-04-22Fixed #31483 -- Rewrote change_form.js without jQuery.Jon Dufresne
2020-04-22Refs #31483 -- Removed CSS and JavaScript for unused HTML class add-another.Jon Dufresne
2020-04-22Refs #29892 -- Fixed selenium test test_inline_formset_error_input_border on ...Jon Dufresne
2020-04-22Completed test coverage for forms.RegexField.David Smith
2020-04-22Updated admin's XRegExp to 3.2.0.Mariusz Felisiak
2020-04-22Fixed #31499 -- Stored ModelState.fields into a dict.Simon Charette
2020-04-22Refs #31499 -- Ignored field ordering to determine ModelState equality.Simon Charette
2020-04-22Simplified collapse.js with Element.closest().Jon Dufresne
2020-04-21Improved readability of ESLint configuration.Jon Dufresne
2020-04-21Fixed backends.oracle.test_operations.Mariusz Felisiak
2020-04-21Refs #29983 -- Fixed displaying pathlib.Path database name in flush command's...Mariusz Felisiak
2020-04-21Fixed #31479 -- Added support to reset sequences on SQLite.Jon Dufresne
2020-04-21Refs #30591 -- Adjusted table rebuild for non-pk relationship on SQLite.Simon Charette
2020-04-21Fixed #31064 -- Recreated auto-created many-to-many tables on primary key dat...Simon Charette
2020-04-21Removed redundant import in tests/migrations/test_operations.py.Simon Charette
2020-04-20Stopped rebuilding referenced tables multiple times on SQLite alterations.Simon Charette
2020-04-20Capitalized Unicode in docs, strings, and comments.Jon Dufresne
2020-04-20Added assertions for an empty stdout to CoreCommandsNoOutputTests.Jon Dufresne
2020-04-20Refs #22463 -- Replaced JSHint with ESLint in contributing docs.Jignesh Kotadiya
2020-04-20Fixed #31474 -- Made QuerySet.delete() not return the number of deleted objec...Hasan Ramezani
2020-04-20Disabled management commands output with verbosity 0 in various tests.François Freitag
2020-04-20Removed unnecessary capturing of stdout/stderr in auth_tests.test_management.François Freitag
2020-04-20Updated iTunes podcast format link in syndication docs.David Smith
2020-04-20Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co.Jon Dufresne
2020-04-20Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_...Jon Dufresne
2020-04-20Fixed #24559 -- Made MigrationLoader.load_disk() catch more specific ModuleNo...Jon Dufresne
2020-04-20Refs #29069 -- Added test for calling request_finished signal by static file ...Tom Forbes
2020-04-18Simplified LongNameTest.test_sequence_name_length_limits_flush() with execute...Jon Dufresne
2020-04-17Fixed #30311 -- Restored ability to override global admin actions.hashlash
2020-04-17Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...Jon Dufresne
2020-04-17Simplified DatabaseOperations.sql_flush() on Oracle and PostgreSQL.Jon Dufresne
2020-04-17Added test coverage for DatabaseOperations.sql_flush().Jon Dufresne
2020-04-17Refs #26552 -- Made reloading the database for tests check only loaded tables...Mariusz Felisiak
2020-04-17Refs #31351 -- Made partial constraints tests use required_db_features.Mariusz Felisiak
2020-04-16Fixed #29329 -- Made datetime logging from runserver more consistent.Hasan Ramezani
2020-04-16Fixed #31441 -- Ensured TabluarInline expands when child inputs have errors.Hasan Ramezani
2020-04-16Refs #31441 -- Added red border to inputs with errors for TabluarInline.Hasan Ramezani
2020-04-16Improved message example in admin actions documentation.Nick Pope
2020-04-16Fixed #31470 -- Fixed fieldset admin CSS to prevent overflowing <pre> elements.Nick Pope
2020-04-15Removed unused __str__() methods in tests models.Author: Mads Jensen