django1/django
Claude Paroz 306d34873c Fixed #18212 -- Standardized arguments of GenericIPAddressField
Unlike other model fields, the newly introduced (1.4)
GenericIPAddressField did not accept verbose_name and name as the
first positional arguments. This commit fixes it.
Thanks Dan McGee for the report and the patch.
2012-09-01 18:38:55 +02:00
..
bin [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
conf Fixed #9920 - Clarfied empty string vs. localhost in settings database host. 2012-09-01 09:03:05 -04:00
contrib Merge pull request #313 from davidfischer/master 2012-08-31 03:03:43 -07:00
core Replaced some smart_xxx by force_xxx equivalent 2012-08-30 15:46:16 +02:00
db Fixed #18212 -- Standardized arguments of GenericIPAddressField 2012-09-01 18:38:55 +02:00
dispatch [py3] Fixed dispatch tests 2012-08-15 18:19:21 +02:00
forms Fixed #18751 -- Cleaned up BaseFormSet._should_delete_form 2012-08-30 15:51:13 +02:00
http Replaced some smart_xxx by force_xxx equivalent 2012-08-30 15:46:16 +02:00
middleware [py3] Made csrf context processor return Unicode 2012-08-13 11:54:21 +02:00
shortcuts Removed usage of mimetype kwarg of HttpResponse 2012-06-30 21:19:07 +02:00
template Replaced some smart_xxx by force_xxx equivalent 2012-08-30 15:46:16 +02:00
templatetags Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
test Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
utils Replaced some smart_xxx by force_xxx equivalent 2012-08-30 15:46:16 +02:00
views Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00