1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/docs/topics
Sergei Maertens 238e2ac369 Fixed #18166 -- Added form_kwargs support to formsets.
By specifying form_kwargs when instantiating the formset, or overriding
the `get_form_kwargs` method on a formset class, you can pass extra
keyword arguments to the underlying `Form` instances.

Includes tests and documentation update.
2015-06-04 15:13:55 +02:00
..
_images Optimise the rest of the PNGs in docs 2015-05-29 15:22:40 +10:00
auth Removed unused import in example code in docs/topics/auth/default.txt 2015-05-27 13:26:20 +01:00
class-based-views
db Simplified wording in QuerySet.update() docs. 2015-06-01 09:42:23 -04:00
forms Fixed #18166 -- Added form_kwargs support to formsets. 2015-06-04 15:13:55 +02:00
http Fixed typos in HTTP decorator docs. 2015-05-25 07:38:08 -04:00
i18n Fixed #24230 -- Added translated language name for i18n template tag/filter. 2015-06-02 16:04:01 -04:00
testing Fixed #24773 -- Added a json() method on test client responses. 2015-05-25 10:42:30 -04:00
cache.txt Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator. 2015-04-28 12:07:02 -04:00
checks.txt
conditional-view-processing.txt
email.txt Fixed #24659 -- Clarified docs of smtp.EmailBackend parameters. 2015-04-20 15:46:31 -04:00
external-packages.txt
files.txt
index.txt
install.txt
logging.txt Fixed #24526 -- Combined django.request/security loggers with the root logger. 2015-04-24 11:07:42 -04:00
migrations.txt
pagination.txt
performance.txt
python3.txt
security.txt
serialization.txt
settings.txt Fixed settings docs to match list/tuple changes in #24149. 2015-05-22 09:40:55 -04:00
signals.txt
signing.txt
templates.txt Fixed #17085, #24783 -- Refactored template library registration. 2015-05-21 09:12:06 -05:00