__init__.py
|
migrations support
|
2016-07-05 16:20:18 +03:00 |
base_test_with_data.py
|
Refactor tests with data
|
2017-04-24 13:14:13 +03:00 |
test_alias_fields.py
|
fix unicode params for Py2
|
2017-06-06 20:16:56 +05:00 |
test_buffer.py
|
Refactor tests with data
|
2017-04-24 13:14:13 +03:00 |
test_engines.py
|
Add a couple of small tests
|
2017-05-05 15:22:16 +03:00 |
test_enum_fields.py
|
Add support for array fields
|
2016-09-01 15:25:48 +03:00 |
test_fixed_string_fields.py
|
Add support for FixedString fields
|
2017-04-25 16:03:52 +03:00 |
test_inheritance.py
|
Support model class inheritance
|
2016-06-29 14:52:55 +03:00 |
test_join.py
|
- Added ne and not_in queryset operators
|
2017-06-15 12:19:17 +03:00 |
test_materialized_fields.py
|
fix unicode params for Py2
|
2017-06-06 20:16:56 +05:00 |
test_models.py
|
Fixed:
|
2017-02-19 09:04:32 +02:00 |
test_nullable_fields.py
|
NullableField of ArrayField
|
2017-06-16 20:38:01 +03:00 |
test_querysets.py
|
- Added QuerySet.paginate()
|
2017-08-14 12:14:52 +03:00 |
test_simple_fields.py
|
Fix datetime tests
|
2017-04-04 12:41:18 +03:00 |
test_system_models.py
|
fix unicode params for Py2
|
2017-06-06 20:16:56 +05:00 |