mirror of
https://github.com/django/django.git
synced 2025-10-09 10:10:28 +00:00
Fixed #24001 -- Added range fields for PostgreSQL.
Added support for PostgreSQL range types to contrib.postgres. - 5 new model fields - 4 new form fields - New validators - Uses psycopg2's range type implementation in python
This commit is contained in:
parent
916e38802f
commit
48ad288679
15 changed files with 986 additions and 6 deletions
|
@ -130,6 +130,7 @@ intersphinx_mapping = {
|
|||
'sphinx': ('http://sphinx-doc.org/', None),
|
||||
'six': ('http://pythonhosted.org/six/', None),
|
||||
'formtools': ('http://django-formtools.readthedocs.org/en/latest/', None),
|
||||
'psycopg2': ('http://initd.org/psycopg/docs/', None),
|
||||
}
|
||||
|
||||
# Python's docs don't change every week.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue