1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/docs/ref
Baptiste Mispelon 9ac4dbd7b5 Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect
I refactored RadioSelect and CheckboxSelectMultiple to
make them inherit from a base class, allowing them to share
the behavior of being able to iterate over their subwidgets.

Thanks to Matt McClanahan for the initial patch and to
Claude Paroz for the review.
2013-04-13 16:37:27 +02:00
..
class-based-views Improved FormView docs in class-based views index. 2013-03-29 07:57:07 -04:00
contrib Fixed #20252 -- Mentionned geojson Spatialite support from 1.5 2013-04-12 20:59:56 +02:00
files
forms Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect 2013-04-13 16:37:27 +02:00
models Fixed #20243 - Clarified when RelatedManager.remove() exists. 2013-04-11 14:13:09 -04:00
templates Removed a trailing space in the template name on line 174. 2013-04-05 01:52:12 -04:00
clickjacking.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
databases.txt Added warn note to docs about MySQL issues with 0000-00-00 date strings 2013-03-18 21:05:38 -03:00
django-admin.txt Fixed #20248 - Clarified manage.py vs. django-admin.py 2013-04-12 06:10:26 -04:00
exceptions.txt
index.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
middleware.txt
request-response.txt Doc: "value" is arg not kwarg in HttpResponse.set_signed_cookie 2013-03-24 12:12:23 -04:00
settings.txt Fix #20195: wrong reference in session settings documentation. 2013-04-04 18:12:12 +02:00
signals.txt
template-response.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
unicode.txt Fixed #19968 -- Dropped support for PostgreSQL < 8.4. 2013-03-18 21:16:29 +01:00
urlresolvers.txt
urls.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
utils.txt Fixed #19748 - Documented django.utils.module_loading.import_by_path 2013-04-02 12:59:43 -04:00
validators.txt
views.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00