Mariusz Felisiak
|
54646a423b
Refs #27468 -- Made user sessions use SHA-256 algorithm.
|
4 gadi atpakaļ |
Jon Dufresne
|
5869afe32b
Removed unnecessary entities from the admin.
|
4 gadi atpakaļ |
Jon Dufresne
|
7271c8def4
Refs #31493 -- Changed IIFE to ES6 blocks.
|
4 gadi atpakaļ |
Jon Dufresne
|
5d37cc703b
Fixed #31493 -- Replaced var with const and let keywords in JavaScript.
|
5 gadi atpakaļ |
Jon Dufresne
|
0dafadadb9
Refs #30400 -- Improved typography of user facing strings in admin changelist.
|
4 gadi atpakaļ |
Jon Dufresne
|
bdff97d373
Added tests for saving with pending actions in admin changelist.
|
4 gadi atpakaļ |
Hasan Ramezani
|
68fc21b378
Fixed #29249 -- Made JSON and YAML serializers use Unicode by default.
|
5 gadi atpakaļ |
Hasan Ramezani
|
8970bb4cfd
Refs #29249 -- Added tests for serializing Unicode data with XML serializer.
|
4 gadi atpakaļ |
François Freitag
|
9ef4a18dbe
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
5 gadi atpakaļ |
Mariusz Felisiak
|
2788de95e3
Updated expected date for 3.0.6 release.
|
4 gadi atpakaļ |
Mariusz Felisiak
|
b28be08cac
Fixed broken links in docs.
|
4 gadi atpakaļ |
Mariusz Felisiak
|
dd3dcd2840
Fixed typo in docs/topics/i18n/translation.txt.
|
4 gadi atpakaļ |
Richard Campen
|
67b334fbaf
Fixed #31517 -- Fixed HashedFilesMixin.hashed_name() if hash of the file is None.
|
4 gadi atpakaļ |
François Freitag
|
35f89d199c
Merge stdout.write() calls in squashmigrations.
|
4 gadi atpakaļ |
François Freitag
|
f19bb54fb1
Added test for squashmigrations' output.
|
4 gadi atpakaļ |
Mariusz Felisiak
|
ca769c8c13
Fixed #31505 -- Doc'd possible email addresses enumeration in PasswordResetView.
|
4 gadi atpakaļ |
François Freitag
|
71d9876e39
Refs #18325 -- Removed unnecessary line endings in management commands.
|
4 gadi atpakaļ |
François Freitag
|
abea86f9e4
Removed unnecessary tuple wrapping of single format string argument.
|
4 gadi atpakaļ |
François Freitag
|
687cb38a05
Removed unnecessary capturing/hiding of stdout/stderr in various tests.
|
4 gadi atpakaļ |
François Freitag
|
a8d175c297
Disabled management commands output with verbosity 0 in test_regression_22823_unmigrated_fk_to_migrated_model.
|
4 gadi atpakaļ |
Hasan Ramezani
|
d6db186427
Fixed #31514 -- Fixed default form widgets in model fields docs.
|
4 gadi atpakaļ |
François Freitag
|
da606513db
Removed unnecessary capturing of stdout in test_makemigrations_non_interactive_not_null_addition.
|
4 gadi atpakaļ |
Tim Schilling
|
a92cc84b4a
Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(null=True).
|
5 gadi atpakaļ |
Tim Schilling
|
34a69c2458
Corrected outputting BooleanField as HTML in forms docs.
|
5 gadi atpakaļ |
Tanmay Vijay
|
e43abbbd70
Doc'd PasswordChangeView/PasswordResetView.success_url defaults.
|
5 gadi atpakaļ |
Andy Chosak
|
2c4f603461
Fixed typo in docs/intro/contributing.txt.
|
5 gadi atpakaļ |
Hannes Ljungberg
|
104493311e
Refs #30913 -- Added BaseDatabaseSchemaEditor._index_condition_sql().
|
4 gadi atpakaļ |
David Smith
|
e0757c49ac
Updated template language philosophy in DTL docs.
|
5 gadi atpakaļ |
Jon Dufresne
|
faa08449dd
Fixed broken link to Watchmen configuration in docs/ref/django-admin.txt.
|
5 gadi atpakaļ |
David Wobrock
|
533b208775
Fixed #29224 -- Fixed removing index_together indexes if exists unique_together constraint on the same fields.
|
5 gadi atpakaļ |