Tim Graham
|
89b9e6e5d6
|
Fixed #22909 -- Removed camelCasing in some tests.
Thanks brylie.
|
2014-07-07 19:08:42 -04:00 |
Stephen Burrows
|
d64f192df1
|
Fixed #22628 -- Took initial forms into account when combining FormSet.min_num and FormSet.extra.
Forwardport of 79f15ab1ef from stable/1.7.x
|
2014-05-16 06:38:24 -04:00 |
Anders Steinlein
|
4ef10f245a
|
Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.
Thanks Stephen Burrows for work on the patch as well.
Forwardport of 2914f66983 from stable/1.7.x
|
2014-05-15 07:25:35 -04:00 |
Anubhav Joshi
|
cd914e31c9
|
Fixed #21977 -- Deprecated SimpleTestCase.urls
|
2014-04-06 17:33:43 -04:00 |
Tim Graham
|
d73d0e071c
|
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
|
2014-04-03 07:28:10 -04:00 |
Aymeric Augustin
|
232181d1c5
|
Advanced deprecation warnings for 1.8.
|
2014-03-22 21:12:58 +01:00 |
Simon Charette
|
10e3faf191
|
Fixed #19774 -- Deprecated the contenttypes.generic module.
It contained models, forms and admin objects causing undesirable
import side effects. Refs #16368.
Thanks to Ramiro, Carl and Loïc for the review.
|
2014-01-26 14:42:30 -05:00 |
Aymeric Augustin
|
e32095616c
|
Imported override_settings from its new location.
|
2013-12-23 21:37:56 +01:00 |
Jason Myers
|
7a61c68c50
|
PEP8 cleanup
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
2013-11-02 23:50:49 -05:00 |
coagulant
|
8eec2d93b6
|
Fixed all E261 warnings
|
2013-11-02 23:50:33 -05:00 |
Tim Graham
|
36ded01527
|
Fixed #21302 -- Fixed unused imports and import *.
|
2013-11-02 15:24:56 -04:00 |
Bouke Haarsma
|
3565efaa45
|
Removed some direct settings manipulations in tests; refs #21230.
|
2013-10-21 11:31:05 -04:00 |
Tim Graham
|
96d1d4e292
|
Removed unused local variables in tests.
|
2013-10-19 08:31:38 -04: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 |
tschilling
|
0d1ba84d13
|
Fixed #20702 -- Deprecated get_formsets in favor of get_formsets_with_inlines.
Thanks stanislas.guerra at gmail.com for the report.
|
2013-09-20 07:47:24 -04:00 |
Loic Bistuer
|
a0ed2f9260
|
Fixed #18681 -- GenericInlineModelAdmin.get_formset() no longer bypasses get_fieldsets().
Refs 23e1b59 which already fixed this issue for ModelAdmin and InlineModelAdmin.
|
2013-08-02 10:41:29 -04:00 |
Claude Paroz
|
5c1143910e
|
Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
2013-07-29 20:28:13 +02:00 |
Florian Apolloner
|
33836cf88d
|
Renamed some tests and removed references to modeltests/regressiontests.
|
2013-02-26 14:36:57 +01:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |