Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/generic_views/test_edit.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #23656 -- Required FormMixin.get_form() form_class p...Tim Graham2015-09-241-25/+0
* Refs #24133 -- Removed legacy formatting syntax in succes...Tim Graham2015-09-241-6/+1
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-5/+5
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-3/+5
* Fixed #24714 -- Used more specific assertions than assert...Alasdair Nicol2015-04-281-1/+1
* Fixed #24643 -- Added get_context_data() method to FormMixinAndrei Kulakov2015-04-251-0/+7
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-20/+20
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed #24133 -- Replaced formatting syntax in success_url...Claude Paroz2015-01-121-7/+35
* Refs #23943 -- Removed an invalid generic_views test.Tim Graham2014-12-121-21/+0
* Fixed #23923 -- Promoted Django's deprecation warnings to...Tim Graham2014-11-291-0/+2
* Fixed #21753 -- Raised exception when both `form_class` a...Berker Peksag2014-11-211-0/+11
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-6/+6
* Fixed #23656 -- Made FormMixin.get_form's form_class argu...Simon Charette2014-10-311-0/+39
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-5/+5
* Made ModelForms raise ImproperlyConfigured if the list of...Tim Graham2014-03-221-25/+13
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-3/+4
* Fixed #21967: Added check for object in ModelFormMixin.ge...Ryan Kaskel2014-02-091-1/+7
* Removed unused local variables in tests.Tim Graham2013-10-191-21/+19
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-3/+3
* Fixed #18872 -- Added prefix to FormMixinGilberto Gonçalves2013-06-221-1/+20
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-7/+7
* Fixed #19733 - deprecated ModelForms without 'fields' or ...Luke Plant2013-05-091-1/+43
* Modified generic_views for unittest2 discovery.Preston Timmons2013-04-121-0/+317