Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 437 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 437 Bytes

Django Extensions for PostgreSQL

This library provides a few model field extensions used in Django, primarily tailored to PostgreSQL, the exception being MoneyField

For models, the extensions include:

  • DayIntervalField
  • EnumField
  • HstoreField
  • IntegerArrayField
  • MoneyField
  • PointField

For forms:

  • IntegerArrayField
  • MoneyField

This is a work-in-progress. More to come in the near future.