index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
postgres_tests
Age
Commit message (
Expand
)
Author
2016-07-27
[1.10.x] Fixed #26949 -- Fixed crash of disabled forms.JSONField.
Olexander Yermakov
2016-07-27
[1.10.x] Fixed #26917 -- Fixed crash in disabled ModelChoiceFields.
Tim Graham
2016-06-16
[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-16
[1.10.x] Fixed flake8 2.6 warnings.
Tim Graham
2016-06-02
[1.10.x] Fixed #26672 -- Fixed HStoreField to raise ValidationError instead o...
Brad Melin
2016-05-13
Fixed #24938 -- Added PostgreSQL trigram support.
Matthew Somerville
2016-04-27
Fixed #26542 -- Fixed quoting in CreateExtension operation.
Conrad Kramer
2016-04-22
Removed a flaky contrib.postgres search test.
Tim Graham
2016-04-22
Refs #3254 -- Added full text search to contrib.postgres.
Marc Tamlyn
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-03
Fixed #26101 -- Allowed introspection of base_field.model in RangeField
anna
2016-04-01
Fixed #25532 -- Properly redisplayed JSONField form input values
Claude Paroz
2016-03-15
Fixed #25579 -- Fixed ArrayField.get_db_prep_value() to allow complex types.
Matt C
2016-03-12
Fixed #26283 -- Fixed removal of trailing nulls for SplitArrayField.
quaspas
2016-03-12
Fixed #25143 -- Added ArrayField.from_db_value().
Fernando Miranda
2016-02-16
Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values
Claude Paroz
2016-02-12
Refs #25979 -- Dropped compatiblity for running tests on PostgreSQL < 9.2.
Tim Graham
2016-01-29
Fixed #26120 -- Made HStoreField cast keys and values to strings.
Greg Chapple
2016-01-06
Fixed #25746 -- Isolated inlined test models registration.
Simon Charette
2015-12-17
Fixed #25841 -- Handled base array fields validation errors with params.
Simon Charette
2015-12-17
Fixed #25544 -- Removed duplicate ids in prefetch_related() queries.
Ian Foote
2015-12-07
Fixed #25867 -- Fixed a system check crash with nested ArrayFields.
Simon Charette
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-25
Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.
Attila Tovt
2015-11-14
Refs #25745 -- Isolated some postgres array field check tests.
Simon Charette
2015-11-14
Fixed #25666 -- Fixed the exact lookup of ArrayField.
Dmitry Dygalo
2015-11-13
Checked DateTimeTZRange/DateRange conversion in postgres_tests.
Nicolas Delaby
2015-10-27
Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on invalid ...
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-08-15
Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops indexes ...
Caio Ariede
2015-08-12
Fixed #25172 -- Fixed check framework to work with multiple databases.
Ion Scerbatiuc
2015-08-07
Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.
Tim Graham
2015-08-05
Fixed #25226 -- Set the model attribute on ArrayField's base_field
Ion Scerbatiuc
2015-08-04
Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStor...
Curtis Maloney
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-15
Fixed #24894 -- Added contrib.postgres.functions.TransactionNow
Adam Chainz
2015-06-06
Added missing tests for transforms usage with subquery for PostgreSQL fields
Andriy Sokolovskiy
2015-06-06
Switch to aware datetimes in test.
Matthew Somerville
2015-06-06
Instead of using DjangoJSONEncoder, use base_field's value_to_string.
Matthew Somerville
2015-06-05
Fixed #24937 -- fix serialization of Date(Time)RangeField.
Matthew Somerville
2015-06-04
Fixed #24837 -- field__contained_by=Range
Marc Tamlyn
2015-05-30
Name PostgreSQL correctly.
Marc Tamlyn
2015-05-30
Fixed #24604 -- Added JSONField to contrib.postgres.
Marc Tamlyn
2015-05-30
Add HasAnyKeys lookup for HStoreField.
Marc Tamlyn
2015-05-25
Fixed #24841 -- Made BaseRangeField.prepare_value() call base_field's prepare...
Villiers Strauss
2015-05-24
Fixed forms import.
Florian Apolloner
2015-05-24
Fixed #24844 -- Corrected has_changed implementation for HStoreField.
Andrea Grandi
2015-05-13
Fixed #24751 -- Fixed HStoreField isnull lookup.
Tim Graham
2015-04-28
Fixed #24714 -- Used more specific assertions than assertEqual in tests.
Alasdair Nicol
[next]