Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Commit 1135dc9

Browse files
author
primal100
committed
Docs fixes
1 parent dc92d91 commit 1135dc9

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

description.rst

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Django Postgres Extensions!
2-
31
Django Postgres Extensions adds a lot of functionality to Django.contrib.postgres, specifically in relation to ArrayField, HStoreField and JSONField, including much better form fields for dealing with these field types. The app also includes an Array Many To Many Field, so you can store the relationship in an array column instead of requiring an extra database table.
42

53
Check out http://django-postgres-extensions.readthedocs.io/en/latest/ to get started.

docs/intro.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Getting started
33

44
.. warning::
55

6-
Although it generally should work on other versions, Django Postgres Extensions has been tested with Python 3.6 and Django 1.10.5.
6+
Although it generally should work on other versions, Django Postgres Extensions has been tested with Python 2.7.12, Python 3.6 and Django 1.10.5.
77

88
Installation
99
-------------

docs/testing.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ To run the tests
88

99
``$ git clone https://github.com/primal100/django_postgres_extensions.git dpe_repo``
1010

11-
``$ cd dpe-repo/tests``
11+
``$ cd dpe_repo/tests``
12+
13+
Configure the postgresql connection details in test_postgres.py.
1214

1315
``$ ./runtests.py --exclude-tag=benchmark``
1416

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal = 1

0 commit comments

Comments
 (0)