Alex Gaynor
|
19256f300e
|
Continue to attack E302 violations
|
2013-11-02 10:18:46 -07:00 |
Tim Graham
|
1dae4ac177
|
Whitespace cleanup.
* Removed trailing whitespace.
* Added newline to EOF if missing.
* Removed blank lines at EOF.
* Removed some stray tabs.
|
2013-10-10 16:49:20 -04:00 |
Alex Gaynor
|
3e0eb2d788
|
Fixed a number of lint warnings, particularly around unused variables.
|
2013-08-04 09:17:10 -07:00 |
Jannis Leidel
|
59a436e963
|
Fixed #17677 -- Made sure the WizardView doesn't accidentally overwrite the `instance` or `queryset` form parameters when they are already set by the `get_form_kwargs` method. Thanks to goodtune and Stephan Jäkel.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17651 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-04 16:10:18 +00:00 |
Karen Tracey
|
5de31cb8cb
|
Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17094 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-11-13 19:05:02 +00:00 |
Jannis Leidel
|
a13de6cd76
|
Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated when running outside of the Django test suite. Also moved around the new wizard's templates a bit to better fit the common app layout.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16616 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-08-13 13:51:34 +00:00 |