Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_formsets_regress
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
|
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
|
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-5/+5
| | | | on_delete for ForeignKey/OneToOneField
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+7
|
* Fixed #23968 -- Replaced list comprehension with ↵Jon Dufresne2014-12-081-9/+9
| | | | generators and dict comprehension
* Fixed #23620 -- Used more specific assertions in the ↵Berker Peksag2014-11-031-3/+3
| | | | Django test suite.
* Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.Tim Graham2014-07-092-1/+46
| | | | | Thanks sebastien at clarisys.fr for the report and gautier for the patch.
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
|
* PEP8Jason Myers2013-11-032-0/+7
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #14877 -- repeated deletion using formsetsAnssi Kääriäinen2013-10-301-0/+49
| | | | | | | | | | | | | When a formset contained deletion for an existing instance, and the instance was already deleted, django threw an exception. A common cause for this was resubmit of the formset. Original patch by Trac alias olau. In addition this commit cleaned some code in _construct_form(). This was needed as the primary key value the user submitted wasn't converted correctly to python value in case the primary key field was also a related field.
* Fix all violators of E231Alex Gaynor2013-10-261-3/+3
|
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-17/+17
|
* Removed unused local variables in tests.Tim Graham2013-10-191-2/+2
|
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
|
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
| | | | | Thanks PaulM for the suggestion and Luke Granger-Brown and Wiktor Kołodziej for the initial patch.
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-8/+8
| | | | Gives much nicer errors when it fails.
* Fixed #13546 -- Easier handling of localize field ↵Erik Romijn2013-05-181-1/+6
| | | | options in ModelForm
* Fixed #19733 - deprecated ModelForms without 'fields' or ↵Luke Plant2013-05-091-13/+15
| | | | | | | | 'exclude', and added '__all__' shortcut This also updates all dependent functionality, including modelform_factory and modelformset_factory, and the generic views `ModelFormMixin`, `CreateView` and `UpdateView` which gain a new `fields` attribute.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+481