This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-22 07:24:59 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
postgres_tests
History
Pavel Dedik
711a7d4d50
Fixed
#30907
-- Fixed SplitArrayField.has_changed() with removal of empty trailing values.
2019-10-28 10:32:34 +01:00
..
array_default_migrations
…
array_index_migrations
…
migrations
…
__init__.py
…
fields.py
…
integration_settings.py
…
models.py
…
test_aggregates.py
…
test_apps.py
…
test_array.py
Fixed
#30907
-- Fixed SplitArrayField.has_changed() with removal of empty trailing values.
2019-10-28 10:32:34 +01:00
test_bulk_update.py
…
test_citext.py
…
test_constraints.py
Fixed
#30651
-- Made __eq__() methods return NotImplemented for not implemented comparisons.
2019-10-01 17:58:19 +02:00
test_functions.py
…
test_hstore.py
Refs
#12990
-- Moved CheckFieldDefaultMixin to the django.db.models.fields.mixins.
2019-10-17 12:30:29 +02:00
test_indexes.py
…
test_integration.py
…
test_introspection.py
…
test_json.py
Refs
#12990
-- Moved CheckFieldDefaultMixin to the django.db.models.fields.mixins.
2019-10-17 12:30:29 +02:00
test_operations.py
…
test_ranges.py
Fixed
#30758
-- Made RangeFields use multiple hidden inputs for initial data.
2019-09-17 12:08:49 +02:00
test_search.py
…
test_signals.py
…
test_trigram.py
…
test_unaccent.py
…