| Age | Commit message (Collapse) | Author |
|
|
|
This is preparation for landing the template-based widget rendering
patch and goes a long way to making these tests more useful for future
development. The old doctest heritage is strong here.
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
|
|
Thanks Flavio Curella and Berker Peksag for the initial patch.
|
|
Thanks Keryn Knight and Tim Graham for the reviews.
|
|
|
|
|
|
|
|
|
|
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
templates.
|
|
|
|
Thanks Carsten Fuchs for the report.
|
|
Thanks Marcin Wrobel for the initial patch.
|
|
That line was inconveniently introduced by the committer (me) in
3b966c2b73. Sorry!
|
|
|
|
|
|
Dropped the DJANGO_TEST_TEMP_DIR environment variable.
Before this change, proper removal depended on the developer passing
dir=os.environ['DJANGO_TEST_TMP_DIR'] to tempfile functions.
|
|
|
|
|
|
Refs #15775.
|
|
|
|
|
|
|
|
and deprecated django.forms.extras.
Thanks Berker Peksag and Tim Graham for the reviews.
|
|
Thanks Berker Peksag and Tim Graham for the reviews. Refs #24219.
|
|
|
|
|
|
timeline.
refs #8898
|
|
#18659.
|
|
timeline.
refs #17627.
|
|
|
|
This adds support for authentication data (`user:password`) in URLs,
IPv6 addresses, and unicode domains.
The test suite has been improved by adding test URLs from
http://mathiasbynens.be/demo/url-regex (with a few adjustments,
like allowing local and reserved IPs).
The previous URL validation regex failed this test suite on 13
occasions, the validator was updated based on
https://gist.github.com/dperini/729294.
|
|
Thanks Markus Holtermann for review.
|