Carlton Gibson
|
3a45fea083
Fixed #21936 -- Allowed DeleteView to work with custom Forms and SuccessMessageMixin.
|
3 éve |
Hasan Ramezani
|
3f7b327562
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
|
4 éve |
Simon Charette
|
0f212db29d
Made reused RequestFactory instances class attributes.
|
6 éve |
oliver
|
d0af5de122
Moved duplicate author declarations to setUpTestData() in DeleteViewTests.
|
6 éve |
oliver
|
9b110f0a84
Moved duplicate author declarations to setUpTestData() in UpdateViewTests.
|
6 éve |
Mads Jensen
|
a51c4de194
Used assertRaisesMessage() to test Django's error messages.
|
7 éve |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 éve |
Tim Graham
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 éve |
Marten Kenbeek
|
16411b8400
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
|
9 éve |
Chris Cogdon
|
e429c5186c
Fixed #26018 -- Prevented unecessary get_form() call in FormMixin.get_context_data().
|
9 éve |
Alex Morozov
|
e171a83b15
Fixed #25548 -- Prevented FormView.form_invalid() from discarding its form argument.
|
9 éve |
lobziik
|
7a48f9abf2
Renamed a test file that has no tests.
|
9 éve |
Tim Graham
|
491de4f07c
Refs #23656 -- Required FormMixin.get_form() form_class parameter to be optional.
|
9 éve |
Tim Graham
|
6eed9ae747
Refs #24133 -- Removed legacy formatting syntax in success_url placeholders.
|
9 éve |
Tim Graham
|
aaacaeb096
Renamed RemovedInDjangoXYWarnings for new roadmap.
|
9 éve |
Simon Charette
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 éve |
Alasdair Nicol
|
eaeea6f947
Fixed #24714 -- Used more specific assertions than assertEqual in tests.
|
10 éve |
Andrei Kulakov
|
8a1824d465
Fixed #24643 -- Added get_context_data() method to FormMixin
|
10 éve |
Claude Paroz
|
a0c2eb46dd
Fixed #23960 -- Removed http.fix_location_header
|
10 éve |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 éve |
Claude Paroz
|
f48e2258a9
Fixed #24133 -- Replaced formatting syntax in success_url placeholders
|
10 éve |
Tim Graham
|
df9f2e41fa
Refs #23943 -- Removed an invalid generic_views test.
|
10 éve |
Tim Graham
|
3131e9cef5
Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.py
|
10 éve |
Berker Peksag
|
343162410f
Fixed #21753 -- Raised exception when both `form_class` and `fields` are specified.
|
10 éve |
Berker Peksag
|
f7969b0920
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
10 éve |
Simon Charette
|
f2ddc439b1
Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.
|
10 éve |
Anubhav Joshi
|
cd914e31c9
Fixed #21977 -- Deprecated SimpleTestCase.urls
|
11 éve |
Tim Graham
|
ee4edb1eda
Made ModelForms raise ImproperlyConfigured if the list of fields is not specified.
|
11 éve |
Claude Paroz
|
210d0489c5
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
|
11 éve |
Ryan Kaskel
|
75a96f06e9
Fixed #21967: Added check for object in ModelFormMixin.get_form_kwargs.
|
11 éve |