| Age | Commit message (Collapse) | Author |
|
|
|
|
|
initialized from numpy.array.
|
|
|
|
|
|
order_with_respect_to referencing OneToOneField pk.
Forwardport of 6d9f061b07ce7aa1a9da6799b3104971ee73998b from stable/1.8.x
The issue was fixed by 7bec480fe2ace94c8e7f0c88485442bfa74436b4.
|
|
|
|
models.
Thanks to Trac alias ppetrid for the report and Tim for the review.
Conflicts:
django/db/models/deletion.py
tests/delete/tests.py
Forward port of 7c3ef19978b36b61db88a519f799f1ce8d019679 from stable/1.8.x
|
|
Made the `manage.py help collectstatic` don't fail if the `STATIC_ROOT`
setting is empty.
|
|
|
|
|
|
|
|
w/on_delete=SET_NULL.
|
|
|
|
unique_together constraint.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
Thanks Roel Kramer for tests.
|
|
|
|
|
|
|
|
Thanks Gavin Wahl for the report and Tim Graham for the review.
|
|
|
|
The fix has also since been backported to stable/1.8.x.
|
|
|
|
filter by default.
|
|
|
|
|
|
LineString.
|
|
|
|
|
|
|
|
|
|
Replaced MIGRATE_SUCCESS and MIGRATE_FAILURE with
SUCCESS and ERROR.
|
|
NullHandler removed in 1.9; unused since Django 1.5.
|
|
Setting a cookie with the same name as a previously deleted cookie
would set its expiry date to 'Thu, 01-Jan-1970 00:00:00 GMT'.
|
|
|
|
|
|
commands.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Graham Wideman for the patch.
|