index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-04-28
Fixed typo in docs/topics/i18n/translation.txt.
Mariusz Felisiak
2020-04-28
Fixed #31517 -- Fixed HashedFilesMixin.hashed_name() if hash of the file is N...
Richard Campen
2020-04-28
Merge stdout.write() calls in squashmigrations.
François Freitag
2020-04-28
Added test for squashmigrations' output.
François Freitag
2020-04-27
Fixed #31505 -- Doc'd possible email addresses enumeration in PasswordResetView.
Mariusz Felisiak
2020-04-27
Refs #18325 -- Removed unnecessary line endings in management commands.
François Freitag
2020-04-27
Removed unnecessary tuple wrapping of single format string argument.
François Freitag
2020-04-27
Removed unnecessary capturing/hiding of stdout/stderr in various tests.
François Freitag
2020-04-27
Disabled management commands output with verbosity 0 in test_regression_22823...
François Freitag
2020-04-25
Fixed #31514 -- Fixed default form widgets in model fields docs.
Hasan Ramezani
2020-04-25
Removed unnecessary capturing of stdout in test_makemigrations_non_interactiv...
François Freitag
2020-04-24
Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...
Tim Schilling
2020-04-24
Corrected outputting BooleanField as HTML in forms docs.
Tim Schilling
2020-04-24
Doc'd PasswordChangeView/PasswordResetView.success_url defaults.
Tanmay Vijay
2020-04-24
Fixed typo in docs/intro/contributing.txt.
Andy Chosak
2020-04-24
Refs #30913 -- Added BaseDatabaseSchemaEditor._index_condition_sql().
Hannes Ljungberg
2020-04-23
Updated template language philosophy in DTL docs.
David Smith
2020-04-23
Fixed broken link to Watchmen configuration in docs/ref/django-admin.txt.
Jon Dufresne
2020-04-23
Fixed #29224 -- Fixed removing index_together indexes if exists unique_togeth...
David Wobrock
2020-04-23
Fixed #31500 -- Fixed detecting of unique fields in QuerySet.in_bulk() when u...
Hannes Ljungberg
2020-04-22
Avoided unnecessary recompilation of ordering clause regex in SQLCompiler.
Adam Johnson
2020-04-22
Added link to Mozilla's infosec page on web security.
Mads Jensen
2020-04-22
Made compress.py script use the official google-closure-compiler release.
Jon Dufresne
2020-04-22
Fixed #31483 -- Rewrote change_form.js without jQuery.
Jon Dufresne
2020-04-22
Refs #31483 -- Removed CSS and JavaScript for unused HTML class add-another.
Jon Dufresne
2020-04-22
Refs #29892 -- Fixed selenium test test_inline_formset_error_input_border on ...
Jon Dufresne
2020-04-22
Completed test coverage for forms.RegexField.
David Smith
2020-04-22
Updated admin's XRegExp to 3.2.0.
Mariusz Felisiak
2020-04-22
Fixed #31499 -- Stored ModelState.fields into a dict.
Simon Charette
2020-04-22
Refs #31499 -- Ignored field ordering to determine ModelState equality.
Simon Charette
2020-04-22
Simplified collapse.js with Element.closest().
Jon Dufresne
2020-04-21
Improved readability of ESLint configuration.
Jon Dufresne
2020-04-21
Fixed backends.oracle.test_operations.
Mariusz Felisiak
2020-04-21
Refs #29983 -- Fixed displaying pathlib.Path database name in flush command's...
Mariusz Felisiak
2020-04-21
Fixed #31479 -- Added support to reset sequences on SQLite.
Jon Dufresne
2020-04-21
Refs #30591 -- Adjusted table rebuild for non-pk relationship on SQLite.
Simon Charette
2020-04-21
Fixed #31064 -- Recreated auto-created many-to-many tables on primary key dat...
Simon Charette
2020-04-21
Removed redundant import in tests/migrations/test_operations.py.
Simon Charette
2020-04-20
Stopped rebuilding referenced tables multiple times on SQLite alterations.
Simon Charette
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2020-04-20
Added assertions for an empty stdout to CoreCommandsNoOutputTests.
Jon Dufresne
2020-04-20
Refs #22463 -- Replaced JSHint with ESLint in contributing docs.
Jignesh Kotadiya
2020-04-20
Fixed #31474 -- Made QuerySet.delete() not return the number of deleted objec...
Hasan Ramezani
2020-04-20
Disabled management commands output with verbosity 0 in various tests.
François Freitag
2020-04-20
Removed unnecessary capturing of stdout/stderr in auth_tests.test_management.
François Freitag
2020-04-20
Updated iTunes podcast format link in syndication docs.
David Smith
2020-04-20
Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co.
Jon Dufresne
2020-04-20
Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_...
Jon Dufresne
2020-04-20
Fixed #24559 -- Made MigrationLoader.load_disk() catch more specific ModuleNo...
Jon Dufresne
2020-04-20
Refs #29069 -- Added test for calling request_finished signal by static file ...
Tom Forbes
[next]