v1.3.2 (2021-08-25)
- General fixes
- Changed author email
- More fixes to import statements
- Add query string parameters to a URL with
add_url_params()
inurls
.
- Added a middleware component for Django projects.
- Have Django automatically store an authenticated user's timezone (as saved in their profile) in the current session variables.
- Addressed import issues
- NEW: Avoid running into problems when converting your data to JSON strings by using our universalized version of the comprehensive DjangoJSONEncoder.
- Also added a date-safe encoder that converts dates to integers for front-end parsing.
- Fixed importlib import statement to properly detect whether Django is installed.
- NEW: Get a comprehensive list of a model's field names by calling get_field_names() from the Django component.
- Updates to README
- Addressed import errors
- Corrections to README
- Moved CHANGELOG to main directory
- Shuffled files and directories
- Complete overhaul of README
- Added CHANGELOG
- Initial upload