0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs/topics/forms
2011-09-10 01:53:56 +00:00
..
formsets.txt Make `Formset.__getitem__ O(1), rather than O(n). If you override __iter__ you now need to also override __getitem__` for consistant behavior. Thanks to Carl and Russ for the review. 2011-09-10 01:53:56 +00:00
index.txt Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt 2011-04-01 16:10:22 +00:00
media.txt Reworded parts of the staticfiles documentation after receiving various user feedback. Thanks, all! 2011-01-30 17:23:25 +00:00
modelforms.txt Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl. 2011-08-13 11:58:19 +00:00