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
/
test_array.py
Age
Commit message (
Expand
)
Author
2018-11-27
Adjusted code style of a few test data setup methods.
Simon Charette
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-07-27
Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields.
vinay karanam
2018-04-22
Refs #29131 -- Made ArrayField error messages index from 1 instead of 0.
Hasan Ramezani
2018-04-07
Fixed #28950 -- Fixed ArrayField.has_changed() for empty values.
Vinay Karanam
2018-04-07
Added tests for ArrayField.has_changed().
Vinay Karanam
2018-02-10
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-11-01
Fixed #28749 -- Added subquery support for ArrayField's __in lookup.
Michał Pasternak
2017-10-20
Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable ...
Flávio Juvenal
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-13
Fixed #27161 -- Fixed form validation when an ArrayField's base_field has cho...
Romulo Furtado
2017-04-29
Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering.
Tim Graham
2017-04-07
Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL.
Simon Charette
2017-01-14
Refs #25226 -- Cloned ArrayField.base_field on deconstruction.
Simon Charette
2016-11-15
Refs #27003 -- Fixed SimpleArrayField crash on converted values.
Brandon Chinn
2016-09-22
Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...
Tim Graham
2016-09-20
Added tests for ArrayField lookup errors.
Tim Graham
2016-09-12
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Claude Paroz
2016-08-19
Fixed #22288 -- Fixed F() expressions with the __range lookup.
Matthew Wilkes
2016-08-11
Fixed #24442 -- Improved SchemaEditor's index name truncation.
Akshesh
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
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-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-07
Fixed #25867 -- Fixed a system check crash with nested ArrayFields.
Simon Charette
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-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-05
Fixed #25226 -- Set the model attribute on ArrayField's base_field
Ion Scerbatiuc
2015-06-06
Added missing tests for transforms usage with subquery for PostgreSQL fields
Andriy Sokolovskiy
2015-05-30
Name PostgreSQL correctly.
Marc Tamlyn
2015-04-18
Stopped special-casing postgres-specific tests
Claude Paroz
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-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
[next]