Jon Dufresne
|
1ec1633cb2
Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.
|
8 년 전 |
Tim Graham
|
0368d63a78
Fixed indentation in previous commit.
|
8 년 전 |
Alexander Gaevsky
|
536db42cf0
Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm.
|
9 년 전 |
Alexander Gaevsky
|
2d26b4637f
Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.
|
9 년 전 |
Tim Graham
|
14879ac61d
Used decorators in conditional_processing test views.
|
8 년 전 |
Kevin Christopher Henry
|
4ef0e019b7
Fixed #27083 -- Added support for weak ETags.
|
8 년 전 |
Tim Graham
|
e7abb5ba86
Fixed #27204 -- Made clashing m2m intermediary table checks ignore unmanaged models.
|
8 년 전 |
Adam Chainz
|
652bcc6f5f
Refs #25415 -- Fixed invalid models in the test suite.
|
9 년 전 |
Mikhail Denisenko
|
bae64dd0f1
Fixed #27062 -- Eased implementing select_for_update() on MSSQL.
|
9 년 전 |
Tim Graham
|
ef021412d5
Normalized spelling of ETag.
|
8 년 전 |
Rinat Khabibiev
|
ca9c69a968
Fixed #27199 -- Made AdminIntegerFieldWidget use NumberInput.
|
8 년 전 |
Tim Graham
|
dab653cadc
Organized forms_tests test_regressions.py.
|
8 년 전 |
Simon Charette
|
aca939b6e5
Fixed #27195 -- Stopped dropping default when adding a nullable column.
|
8 년 전 |
Jon Dufresne
|
331ca5391e
Fixed #27175 -- Deprecated silencing exceptions from the {% include %} template tag.
|
8 년 전 |
Chris Jerdonek
|
7ca3b391b6
Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.
|
8 년 전 |
Simon Charette
|
0bbab97c28
Refs #15250 -- Removed an obsolete comment regarding MTI cascade deletion.
|
8 년 전 |
Jon Dufresne
|
66e1ebbffc
Fixed #26956 -- Added success_url_allowed_hosts to LoginView and LogoutView.
|
8 년 전 |
Jon Dufresne
|
f227b8d15d
Refs #26956 -- Allowed is_safe_url() to validate against multiple hosts
|
8 년 전 |
Nicola Jordan
|
978a00e39f
Fixed #27143 -- Allowed combining SearchQuery with more than one & or | operators.
|
8 년 전 |
Ankur Gupta
|
40d5011471
Fixed #27174 -- Explained where PollsConfig comes from in tutorial 2.
|
8 년 전 |
Tim Graham
|
2eb7d6e6d4
Fixed #26908 -- Fixed crash with jsonfield__key__isnull lookup.
|
8 년 전 |
Anatoly Burov
|
7b6dccc82f
Fixed #27191 -- Fixed debug view crash for requests with 'items' in GET/POST/COOKIES/FILES.
|
8 년 전 |
Markus Gerards
|
2b64ff68cc
Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mode doesn't return a result.
|
8 년 전 |
Tim Graham
|
8cae9bb772
Removed unused lines in multiple_database test.
|
8 년 전 |
Chris Jerdonek
|
ccf7adb064
Fixed #27172 -- Closed database cursor explicitly in two doc examples
|
8 년 전 |
Tim Graham
|
6a2af01452
Fixed #24865 -- Added remove_stale_contenttypes management command.
|
9 년 전 |
Curtis Maloney
|
4c94336510
Removed transitive import of types.MethodType from six.
|
8 년 전 |
Ivan
|
9a2a52558e
Fixed #27171 -- Added unicode_literals and coding preamble to all files in startapp template on Python 2.
|
8 년 전 |
Tim Graham
|
277fe2e8f2
Fixed #25788 -- Enabled the cached template loader if debug is False.
|
8 년 전 |
Claude Paroz
|
2ced2f785d
Replaced smart_* by force_* calls whenever possible
|
8 년 전 |