Django dumpdata by date -


is there way or modules available dumpdata of models filtered date? example, between range of dates or dates greater|lesser given.

limiting-the-amount-of-fixtures-in-django-dumpdata deals id , explicit model names arguments.

i'm not meaning django/python datetime fields. i'm assuming there might native support of date , time keep track when record added in database. , use postgres.

there no other way limit dataset range of dates.


Comments

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -