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

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -