1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/docs/ref
Donald Stufft a19e9d80ff Fixed #20430 - Enable iterable of iterables for model choices
Allows for any iterable, not just lists or tuples, to be used as
the inner item for a list of choices in a model.
2013-05-18 11:14:05 -04:00
..
class-based-views Fixed #20294 -- Documented context processors in TemplateResponseMixin. 2013-05-18 12:45:40 +02:00
contrib Fixed #20269 -- Adapted PostGIS template create script for CentOS/RHEL 2013-05-18 14:29:43 +02:00
files
forms Fixed #13546 -- Easier handling of localize field options in ModelForm 2013-05-18 14:13:00 +02:00
models Fixed #20430 - Enable iterable of iterables for model choices 2013-05-18 11:14:05 -04:00
templates Fixed #20336 -- Removed obsolete paragraph from the docs. 2013-04-30 21:40:16 +02:00
clickjacking.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
databases.txt Fixed #20215 -- Disabled persistent connections by default. 2013-05-09 15:42:14 +02:00
django-admin.txt Fixed #20136 - Fixed and expanded the docs for loaddata and model signals. 2013-05-11 19:34:02 -04:00
exceptions.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
index.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
middleware.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
request-response.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
settings.txt Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
signals.txt
template-response.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
unicode.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
urlresolvers.txt
urls.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
utils.txt Make the example usage of import_by_path less confusing. 2013-05-16 10:11:46 +02:00
validators.txt
views.txt Fixed #20330 -- Normalized spelling of "web server". 2013-04-29 19:40:43 +02:00