This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
postgres_tests
History
Tim Graham
ad2ac53054
[1.8.x]
Fixed
#25233
-- Fixed HStoreField.has_changed() handling of initial values.
...
Thanks Simon Charette for review. Backport of a7b7f27c05244d69a11545261eb3bbd73791b3d2 from master
2015-08-07 14:31:05 -04:00
..
array_default_migrations
[1.8.x] Refs
#22962
-- Made test case use non-conflicting table names
2015-02-13 14:39:50 +01:00
migrations
[1.8.x] Sorted imports with isort; refs
#23860
.
2015-02-09 14:24:06 -05:00
__init__.py
Added array field support for PostgreSQL.
2014-05-22 09:53:26 +01:00
models.py
[1.8.x] Sorted imports with isort; refs
#23860
.
2015-02-09 14:24:06 -05:00
test_array.py
[1.8.x] Added missing tests for transforms usage with subquery for PostgreSQL fields
2015-06-06 09:12:07 -04:00
test_hstore.py
[1.8.x]
Fixed
#25233
-- Fixed HStoreField.has_changed() handling of initial values.
2015-08-07 14:31:05 -04:00
test_ranges.py
[1.8.x]
Fixed
#24841
-- Made BaseRangeField.prepare_value() call base_field's prepare_value()
2015-05-25 12:07:25 -04:00
test_unaccent.py
[1.8.x]
Fixed
#24290
-- Skipped postgres_tests if not running with PostgreSQL.
2015-02-17 06:35:17 -05:00