django-arctic icon indicating copy to clipboard operation
django-arctic copied to clipboard

Django Arctic is a framework that simplifies the creation of custom content management systems.

Results 55 django-arctic issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [pytest-django](https://github.com/pytest-dev/pytest-django) to permit the latest version. Release notes Sourced from pytest-django's releases. 4.5.1 https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-5-1-2021-12-02 Changelog Sourced from pytest-django's changelog. v4.5.1 (2021-12-02) Bugfixes ^^^^^^^^ Fix regression in...

dependencies
python

Updates the requirements on [isort](https://github.com/pycqa/isort) to permit the latest version. Release notes Sourced from isort's releases. 5.10.0 Implemented [#1796](https://github.com/pycqa/isort/issues/1796): Switch to tomli for pyproject.toml configuration loader. Fixed [#1801](https://github.com/pycqa/isort/issues/1801): CLI bug...

dependencies
python

I try to use InlineFormSet, but for some cases, it doesn't work for me. I have two models: ``` class HelpSection(BaseModel): order_number = models.IntegerField(verbose_name='Order number') slug = models.CharField(max_length=127, unique=True, verbose_name='Section...

There is an implementation flaw in the Arctic LoginView. The authentication is done in the view itself, but also in the AuthenticationForm. This means that if a user enters the...

Add a few more examples to the current documentation

Create a generic export function that accepts several export types (csv, xml json etc...)

In class RoleAuthentication there is a method called `check_permission`. In case the role of user is not defined in roles.py, it raises `KeyError`. I'd suggest to change method to: ```...

bug

Currently in lists view creating a custom field is quite simple, but sorting on that field is not currently possible out of the box. Create a hook that allows sorting...

enhancement

This is useful for displaying media items ![grid](https://user-images.githubusercontent.com/710948/32890211-208a0618-cace-11e7-8ac9-a6f6bc828311.png)

Currently the CI only checks python code, yet there's a lot happening in (S)CSS and javascript and this should too be checked according to some standard guidelines in CI. With...