Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added import locations to contrib.postgres aggregates and validators docs. | Marten Kenbeek | 2018-12-24 | 1 | -0/+3 |
| | |||||
* | Fixed #26124 -- Added missing code formatting to docs headers. | rowanv | 2016-02-01 | 1 | -0/+6 |
| | |||||
* | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | 2016-01-22 | 1 | -2/+2 |
| | |||||
* | Fixed #24001 -- Added range fields for PostgreSQL. | Marc Tamlyn | 2015-01-10 | 1 | -0/+13 |
| | | | | | | | | | 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 | ||||
* | Added HStoreField. | Marc Tamlyn | 2014-11-04 | 1 | -0/+20 |
Thanks to `django-hstore` for inspiration in some areas, and many people for reviews. |