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

Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo

Results 118 django-jet issues
Sort by recently updated
recently updated
newest added

I have 2 models, one has a foreign key pointing to the other model. When I press "Add item" in the first model, I can press the plus button next...

When trying to view and entry, a template error pops up, and barrs display of the details of a new (or old) db entry. **The error reads as under:** `In...

Bumps [select2](https://github.com/select2/select2) from 4.0.0 to 4.0.6. Release notes Sourced from select2's releases. Select2 4.0.6 New features/improvements Add style property to package.json (#5019) Implement clear and clearing events (#5058) Add scrollAfterSelect...

dependencies

This version of `django-jet` works with `Django3.0`: https://github.com/Barukimang/django-jet/ To install use: `pip install django-3-jet` Here is the package on PyPi: https://pypi.org/project/django-3-jet/

in my research I find that 'python_2_unicode_compatible' was removed since django 3.0 https://docs.djangoproject.com/en/3.0/releases/3.0/#removed-private-python-2-compatibility-apis. How can I resolve this problem ?

@Barukimang, with django-jet-4, compact inlines are not working. there is not much difference in django-3-jet and django-4-jet. I am using Django===4.0.3. Can you please help me in this?

``` ModuleNotFoundError: No module named 'jet.dashboard' ``` ``` >pip freeze | grep jet django-jet==1.0.8 ``` ``` INSTALLED_APPS = [ 'jet.dashboard', 'jet' ] + INSTALLED_APPS ```

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

dependencies

This pull request solves the compatibility problem between the django-jet module and recent versions of django like version 3.x and python 3.x ![image](https://user-images.githubusercontent.com/10107759/135785653-cc456ac4-9686-426b-b9bd-ee803f0da292.png)