Apoorva Pandey

Results 4 issues of Apoorva Pandey

The issue occurs when `herald.contrib.auth` is added to `INSTALLED_APPS`. The issue only occurs in django versions 3.2 or above. Here's the traceback when running the tests: ```bash Traceback (most recent...

The current version of django-herald doesn't work with django 4. This PR aims to update `herald` to work with django 4 while keeping backwards compatibility. The app `herald.contrib.auth` wouldn't work...

Rationale: Currently, we are storing information of the environment(installed packages etc.) in which the dataset is committed in a metadata file inside the committed zip file. We warn the users...

As of django 4 `force_text` has been removed and `force_str`(exists in django 2.2) is used.