Git Product home page Git Product logo

bx_django_utils's People

Contributors

cnschn avatar flbraun avatar jedie avatar oscarsiles avatar phihag avatar tbdaniel27 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

spapas rishinkaku

bx_django_utils's Issues

Not compatible with Django 4.2.

pip install bx-django-utils==55 Django==4.2

Collecting bx-django-utils==55
  Using cached bx_django_utils-55-py3-none-any.whl (182 kB)
Requirement already satisfied: Django==4.2 in c:\progr\py3\ehcg\venv\lib\site-packages (4.2)
ERROR: Cannot install Django==4.2 and bx-django-utils==55 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested Django==4.2
    bx-django-utils 55 depends on django<4.2 and >=3.2

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

ExistingCountedListFilter doesn't work with UUID pk

UUID will be pass to:

  File "/usr/local/lib/python3.10/urllib/parse.py", line 885, in quote_plus
    string = quote(string, safe + space, encoding, errors)
  File "/usr/local/lib/python3.10/urllib/parse.py", line 869, in quote
    return quote_from_bytes(string, safe)
  File "/usr/local/lib/python3.10/urllib/parse.py", line 894, in quote_from_bytes
    raise TypeError("quote_from_bytes() expected bytes")

Enhance "renew_fixtures" command

  • add --list to just list all existing classes
  • Add optional class names to renew only some fixtures
  • renew: Handle errors of a fixture and continue with all others

TypeError: ExtraViewAdminSite.get_app_list() takes 2 positional arguments but 3 were given

Traceback (most recent call last):
  File "./bx_django_utils/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 56, in inner
    response = get_response(request)
  File "./bx_django_utils/.venv/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "./bx_django_utils/.venv/lib/python3.10/site-packages/django/contrib/admin/sites.py", line 261, in wrapper
    return self.admin_view(view, cacheable)(*args, **kwargs)
  File "./bx_django_utils/.venv/lib/python3.10/site-packages/django/utils/decorators.py", line 134, in _wrapped_view
    response = view_func(request, *args, **kwargs)
  File "./bx_django_utils/.venv/lib/python3.10/site-packages/django/views/decorators/cache.py", line 62, in _wrapped_view_func
    response = view_func(request, *args, **kwargs)
  File "./bx_django_utils/.venv/lib/python3.10/site-packages/django/contrib/admin/sites.py", line 242, in inner
    return view(request, *args, **kwargs)
  File "./bx_django_utils/.venv/lib/python3.10/site-packages/django/contrib/admin/sites.py", line 569, in app_index
    app_list = self.get_app_list(request, app_label)

Exception Type: TypeError at /admin/auth/
Exception Value: ExtraViewAdminSite.get_app_list() takes 2 positional arguments but 3 were given

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.