index
:
django.git
fix-31295
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
2015-11-14
[1.9.x] Refs #25745 -- Isolated some postgres array field check tests.
Simon Charette
2015-11-14
[1.9.x] Fixed #25666 -- Fixed the exact lookup of ArrayField.
Dmitry Dygalo
2015-10-27
[1.9.x] Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on ...
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
2015-04-18
Stopped special-casing postgres-specific tests
Claude Paroz
2015-03-30
Fixed #24301 -- Added PostgreSQL-specific aggregate functions
Andriy Sokolovskiy
2015-02-20
Fixed #24341 -- Added specific error messages to RangeField subclasses
foresmac
2015-02-20
Fixed #24373 -- Added run_validators to ArrayField.
Marc Tamlyn
2015-02-17
Fixed #24290 -- Skipped postgres_tests if not running with PostgreSQL.
Tim Graham
2015-02-13
Refs #22962 -- Made test case use non-conflicting table names
Markus Holtermann
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-22
Fixed #24170 -- Implemented decompress for BaseRangeField widgets
Ng Zhi An
2015-01-20
Fixes #24169 -- More arrayfield specific lookups.
Marc Tamlyn
2015-01-16
Fixed #24092 -- Widened base field support for ArrayField.
Marc Tamlyn
2015-01-10
Fixed #24001 -- Added range fields for PostgreSQL.
Marc Tamlyn
2014-12-21
Fixed #24034 -- Don't always overwrite deconstruct path.
Jernej Kos
2014-11-28
Fixed #23423 -- Added unaccent lookup in django.contrib.postgres
Thomas Chaumeny
2014-11-28
Fixed #23894 -- Made deconstruct methods favor kwargs over args
Markus Holtermann
2014-11-15
added test and fix to check for default null on ArrayField
Daan Vielen
2014-11-04
Removed unused import.
Tim Graham
2014-11-04
Added HStoreField.
Marc Tamlyn
2014-07-29
Fixed #22962 -- Default values for ArrayField with migrations.
Marc Tamlyn
2014-07-15
Fixed #22907 -- Array contains must have same type.
Marc Tamlyn
2014-05-22
Fix a test dependent on json ordering.
Marc Tamlyn
2014-05-22
Added array field support for PostgreSQL.
Marc Tamlyn