Saurabh Kumar

Results 1 issues of Saurabh Kumar

Getting this error when trying to use the `date_hierarchy` option in `ModelAdmin` on a `DateTimeField`. #### Python script ``` # model.py created_on = models.DateTimeField( blank=False, auto_now_add=True, help_text='Date and time on...