We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug : Error visible in the terminal window when section Vouchers in Admin Tools is accessed.
To Reproduce :
Expected behavior : No errors in terminal while browsing.
Screenshots :
Devices : All devices.
Additional context : Posible datetime modul misuse or incorrect database settings.
The text was updated successfully, but these errors were encountered:
Changed DateTimeField to DateField in Newsletter model and add sorting of Vouchers inside of views.py.
DateTimeField
DateField
views.py
Bug fixed in commit bb1963e.
Sorry, something went wrong.
tomik-z-cech
No branches or pull requests
Describe the bug :
Error visible in the terminal window when section Vouchers in Admin Tools is accessed.
To Reproduce :
Expected behavior :
No errors in terminal while browsing.
Screenshots :
Devices :
All devices.
Additional context :
Posible datetime modul misuse or incorrect database settings.
The text was updated successfully, but these errors were encountered: