| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Thanks Mariusz Felisiak and Tim Graham for polishing the patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham and Markus Holtermann for review.
|
|
This prevents the base_field from sharing attributes with the one used
during migrations.
|
|
Thanks Harris Lapiroff for the report.
|
|
|
|
Thanks to Christian von Roques for the report.
|
|
|
|
|
|
|
|
Thanks Tim Graham for review.
|
|
Thanks Nick Stefan for the report and Tim for the review.
|
|
FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.
Thanks Matt Westcott for the review.
|
|
|
|
|
|
Thanks Tim for the review.
|
|
Thanks Akshesh <aksheshdoshi@gmail.com> for help with the PostgreSQL query.
Thanks Tim Graham for the review.
|
|
operators.
|
|
|
|
|
|
get_constraints().
|
|
Thanks Berker Peksag and Tim Graham for the reviews.
|
|
|
|
|
|
|
|
|
|
|
|
Partially reverted refs #25532 to fix a regression in Django 1.10.
This reintroduces a crash for disabled forms.JSONField (refs #26949),
however, that issue is also present on Django 1.9.
Thanks Ryan Schave for the test.
|
|
Thanks Simon Charette for help with the patch.
|
|
|
|
|
|
|
|
crashing on non-dict JSON input.
|
|
|
|
|
|
|
|
The test sometimes fails on CI and isn't worth debugging at this time.
|
|
Adds a reasonably feature complete implementation of full text search
using the built in PostgreSQL engine. It uses public APIs from
Expression and Lookup.
With thanks to Tim Graham, Simon Charettes, Josh Smeaton, Mikey Ariel
and many others for their advice and review. Particular thanks also go
to the supporters of the contrib.postgres kickstarter.
|
|
fields.
|
|
|
|
Used the same test and fix as in #25867.
This required initializing base_field in RangeField.__init__,
not when setting the attribute.
|
|
Thanks David Szotten for the report and Tommy Beadle for code inspiration.
Thanks Tim Graham for the review.
|
|
|