| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Thanks Bibhas Debnath for the report and Tim Graham for the review.
|
|
Fixed in c9a96075fa02b6d52bec748ffdfb413688a15774.
|
|
when generating PDF.
|
|
|
|
defaults.
Fixed in f403653cf146384946e5c879ad2a351768ebc226.
|
|
|
|
|
|
Thanks Trey Hunner for cleaning the initial patch and Tim Graham for
the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This option specifies the level that check command exits with a
non-zero status. Default is ``ERROR``.
|
|
|
|
The workaround added in fe8484efda257e151d9c1ca5151e546c9262bf0f
seems unnecessary as the Python bug is fixed in Python 3.4.
|
|
|
|
|
|
|
|
|
|
Pickling a `SimpleLazyObject` wrapping a model did not work correctly; in
particular it did not add the `_django_version` attribute added in 42736ac8.
Now it will handle this and other custom `__reduce__` methods correctly.
|
|
|
|
Thanks KS Chan for the report and Tim Graham for the review.
|
|
filtering efficiency.
Fixed in 97774429aeb54df4c09895c07cd1b09e70201f7d.
|
|
Thanks Daniel Hahler for the initial patch.
|
|
Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder')
to os.path.join(BASE_DIR, 'folder', 'subfolder')
|
|
Fixed in 97774429aeb54df4c09895c07cd1b09e70201f7d.
|
|
|
|
|
|
|
|
Appears unused since 585b7acaa359fc1df07269c1a4b4756bdb6703f7.
|
|
This is consistent with ability to reference other descriptors
on the model class (5ef0c03ae9aca99289737ba6d88a371ad95cf432).
|
|
|
|
|
|
|
|
|
|
|
|
StringOrigin.
Thanks Simon Charette for the DeprecationInstanceCheck class.
|
|
|
|
Thanks Anjul Tyagi for some of the draft text.
|
|
path.
|
|
This avoids creating an empty list which is invalid HTML 4.
|
|
|
|
|
|
in __init__().
|