Skip to content

issues Search Results · repo:etianen/django-reversion language:Python

Filter by

0 results
 (123 ms)

0 results

inetianen/django-reversion (press backspace or delete to remove)

I m looking into using this library as a solution to my version history problem. One thing I m trying to figure out is if there s a way to decouple the creation of revisions from the main application ...
  • ogenodisho
  • Opened 
    10 days ago
  • #984

django-reversion: 5.1.0 django: 4.2.17 When using the reversion.middleware.RevisionMiddleware class a request which would normally cause a revision to be created fails if the current user is an instance ...
  • james-emerton
  • 1
  • Opened 
    on Feb 3
  • #983

Hi ! Thanks for this awesome package !! I m testing it out with a model where I have a fairly large json field to attach some technical information to my instances. This field is declared with editable=False, ...
  • olivierdalang
  • Opened 
    on Jan 21
  • #982

Saving data throws an error in Django 5: ValueError: chunk_size must be provided when using QuerySet.iterator() after prefetch_related() ... File /opt/project/.venv/lib/python3.12/site-packages/django/db/models/base.py ...
  • rafick1983
  • Opened 
    on Jan 6
  • #979

Hello, I have encountered a use case, where I need to query for all changes in some subset of tracked objects. Consider this example: content_type = ContentType.objects.get_for_model(Model) relevant_object_ids ...
  • airguru
  • Opened 
    on Dec 22, 2024
  • #978

I have three models defined as:- @reversion.register() class Transaction(models.Model): trackid = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False) data_group = models.CharField(max_length=255) ...
  • Prakhar1247
  • Opened 
    on Aug 20, 2024
  • #975

Currently django-reversion does not work with django 5.1. E.g is_hidden() Method on ManyToOneRel class doesn t exist anymore.
  • g10f
  • 5
  • Opened 
    on Aug 7, 2024
  • #974

Love the things about django-reversion, and I think it might be able to solve the issues we are facing. I was wondering if there are any known large scale open source applications an aspiring adopter ...
  • ollejernstrom
  • 1
  • Opened 
    on Jul 31, 2024
  • #973

The 4.0.0 docs section says: Breaking: The create_revision view decorator and RevisionMiddleware no longer roll back the revision and database transaction on response status code = 400. It s the responsibility ...
  • GeyseR
  • 1
  • Opened 
    on Jun 17, 2024
  • #970

CommandError: Conflicting migrations detected; multiple leaf nodes in the migration graph: (0001_initial, 0002_add_index_on_version_for_content_type_and_db in reversion). To fix them run python manage.py ...
  • stefflc
  • 1
  • Opened 
    on Apr 24, 2024
  • #967
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub