This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-24 08:10:45 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
forms
History
Aymeric Augustin
0cc350a896
[1.4.x] Added a default limit to the maximum number of forms in a formset.
...
This is a security fix. Disclosure and advisory coming shortly.
2013-02-19 10:37:54 -07:00
..
tests
[1.4.x] Added a default limit to the maximum number of forms in a formset.
2013-02-19 10:37:54 -07:00
__init__.py
Split django.newforms into forms, fields, widgets, util. Also moved unit tests from docstrings to a standalone module in tests/regressiontests/forms, to save docstring memory overhead, keep code readable and fit our exisitng convention
2006-10-28 20:34:37 +00:00
models.py
Refs
#17215
: Avoid generating 47 leftover tmp dirs during a clean test run.
2011-11-13 19:05:02 +00:00