Skip to content

Extensions for model and form fields in Django tailored to PostgreSQL

Notifications You must be signed in to change notification settings

jkatz/django_postgres_extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Extensions for model and form fields in Django tailored to PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages