| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Deprecates the "--plain" option.
|
|
Thanks to bmispelon and uruz for the initial patch.
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
related set.
|
|
|
|
Command exits with non-zero status if changes without migrations exist.
|
|
|
|
|
|
|
|
StringOrigin.
Thanks Simon Charette for the DeprecationInstanceCheck class.
|
|
|
|
|
|
|
|
|
|
|
|
The ``item_enclosures`` hook returns a list of ``Enclosure`` objects which is
then used by the feed builder. If the feed is a RSS feed, an exception is
raised as RSS feeds don't allow multiple enclosures per feed item.
The ``item_enclosures`` hook defaults to an empty list or, if the
``item_enclosure_url`` hook is defined, to a list with a single ``Enclosure``
built from the ``item_enclosure_url``, ``item_enclosure_length``, and
``item_enclosure_mime_type`` hooks.
|
|
|
|
|
|
Thanks Jaap Roes for the idea and initial patch.
|
|
They were removed in Django 1.9.
I could leave the reference to TEST_DEPENDENCIES in the 1.2.4 release
notes because the link points to the right location and the name was
accurate at the time.
|
|
|
|
|
|
django-developers thread:
https://groups.google.com/d/msg/django-developers/11XvmVdx58w/sFrF0pL8LTgJ
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Aymeric Augustin for review.
|
|
ForeignKey/OneToOneField
|
|
|
|
|
|
|
|
The method duplicates the functionality of Field.value_from_object()
and has the additional downside of being a privately named public
API method.
|
|
|