| Age | Commit message (Collapse) | Author |
|
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
|
|
|
|
null value.
|
|
|
|
|
|
|
|
Thanks Simon Charette for the introspection changes.
|
|
|
|
Thanks to Marc Tamlyn for the initial patch.
|
|
Thanks Andreas Poisel for the report.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Markus Holtermann for review.
|
|
|
|
Thanks Tim Graham and Mariusz Felisiak for review and completion.
|
|
|
|
contrib.postgres.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham and Markus Holtermann for review.
|
|
|
|
|
|
|
|
Thanks to Christian von Roques for the report.
|
|
|
|
Thanks Tim Graham for review.
|
|
|
|
Thanks Berker Peksag and Tim Graham for the reviews.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
docs/ref/contrib/postgres/search.txt.
|
|
|
|
|
|
Thanks for Simon Willison for the spot.
|
|
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.
|
|
Used the same test and fix as in #25867.
This required initializing base_field in RangeField.__init__,
not when setting the attribute.
|
|
|
|
|
|
|
|
|
|
serialization.
|