The Vulnerability History Project
Vulnerabilities
Insights
Curate
Tags
All
Projects
CWEs
Languages
Lessons
Severities
Subsystems
More
News
Projects We Study
How to Contribute
By the Numbers
About Us
Toggle Theme
Warning: Our website does not support Internet Explorer, please use Edge instead.
Added HStoreField.
Thanks to `django-hstore` for inspiration in some areas, and many people for reviews.
by
Ashley the Chinchilla 2014-03-14 17:34:49 UTC
commit 36f514f06553ef299001b4e9a5f63ec806a50581
Django
VCC
CVE-2019-14234
django/contrib/postgres/__init__.py
-1
django/contrib/postgres/apps.py
-13
django/contrib/postgres/fields/__init__.py
-1
django/contrib/postgres/fields/array.py
+1
-1
django/contrib/postgres/fields/hstore.py
-145
django/contrib/postgres/forms/__init__.py
-1
django/contrib/postgres/forms/hstore.py
-37
django/contrib/postgres/operations.py
-34
django/contrib/postgres/signals.py
-25
django/contrib/postgres/validators.py
+1
-50
docs/ref/contrib/postgres/fields.txt
+2
-164
docs/ref/contrib/postgres/forms.txt
-20
docs/ref/contrib/postgres/index.txt
-2
docs/ref/contrib/postgres/operations.txt
-27
docs/ref/contrib/postgres/validators.txt
-20
docs/releases/1.8.txt
-8
tests/postgres_tests/migrations/0001_setup_extensions.py
-15
tests/postgres_tests/migrations/0002_create_test_models.py
-76
tests/postgres_tests/migrations/__init__.py
tests/postgres_tests/models.py
+1
-5
tests/postgres_tests/test_hstore.py
-218
tests/runtests.py
+1
-1
expand_less