| Age | Commit message (Collapse) | Author |
|
|
|
isn't in INSTALLED_APPS.
|
|
Used the same test and fix as in #25867.
This required initializing base_field in RangeField.__init__,
not when setting the attribute.
|
|
Thanks Trac alias master for the report and review.
|
|
|
|
|
|
Thanks David Szotten for the report and Tommy Beadle for code inspiration.
Thanks Tim Graham for the review.
|
|
Thanks Pablo Oubiña for the report.
|
|
concrete base model.
|
|
Thanks Claude Paroz and Tim Graham for polishing the patch.
|
|
on SQLite.
|
|
|
|
Thanks Ian Foote for the initial patch.
|
|
|
|
explicit parent links.
Thanks Trac alias trkjgrdg for the report and Tim for investigation and review.
|
|
list_editable.
|
|
APPEND_SLASH independently.
|
|
|
|
|
|
database creation
|
|
subquery.
|
|
|
|
implement path().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
empty string.
|
|
* Removed type coercion. Options created by argparse are already coerced
to the correct type.
* Removed fallback default values. Options created by argparse already
have a default value.
* Used direct indexing. Options created by argparse are always set. This
eliminates the need to use dict.get().
|
|
first argument.
|
|
|
|
|
|
The errors='replace' parameter to force_text altered the URL before checking
it, which wasn't considered sane. Refs 24fc935218 and ada7a4aef.
|
|
This fixes a regression introduced by c5544d28923.
Thanks John Eskew for the reporti and Tim Graham for the review.
|
|
|
|
|
|
Thanks Tim for the review.
|
|
paths.
|
|
prefetching their results.
Thanks Loïc for the suggested improvements and Tim for the review.
|
|
|
|
objects.
PostgreSQL support only.
Thanks Vladislav Manchev and alesasnouski for working on the patch.
|
|
|
|
|
|
|
|
This is a security fix.
|