issues Search Results · repo:jazzband/django-simple-history language:Python
Filter by
602 results
(60 ms)602 results
injazzband/django-simple-history (press backspace or delete to remove)Problem Statement Currently, the max_length for the FileField transformation into TextField or CharField is set to 100
characters. I have to work with S3 keys with very large lengths from a previous version ...
ansxor
- 2
- Opened 5 days ago
- #1463
We are encountering an issue with recording history in bulk for many-to-many relationships when using Django’s default
through model. We are not in a position to create custom intermediary models.
Is ...
Alirezajfn
- Opened 15 days ago
- #1458
I should do now something like that in forms
def save(self, *args, **kwargs):
s = super().save(commit=False, *args, **kwargs)
i = self.instance
i.save()
i.skip_history_when_saving ...
mihalt
- Opened on Feb 5
- #1451
Hi! I checked from your doc, that I can track m2m relations defined in the object
https://django-simple-history.readthedocs.io/en/latest/historical_model.html#tracking-many-to-many-relationships.
And ...
mihalt
- Opened on Feb 5
- #1450
Describe the bug
class Product(AbstractProduct):
name = models.CharField(
max_length=500, verbose_name= Product , unique=True
)
default_photo_url = models.ImageField(
max_length=500, ...
AlexandrKovin
- Opened on Jan 28
- #1445
Describe the bug The management command clean_duplicate_history does only clean the history of model instances that
exist. The documentation gives no indication to assume deleted model instances are excluded ...
dzonecat
- Opened on Jan 10
- #1436
Describe the bug M2M does not work if inheriting more than once the base class
To Reproduce Steps to reproduce the behavior:
class ModelBase(models.Model):
contact_new = models.ManyToManyField(Contact, ...
martimarkov
- 1
- Opened on Jan 9
- #1435
Describe the bug When using HistoricalRecords(inherit=True, history_change_reason_field=...), calling
update(history_change_reason=...) on the history model will update an incorrect model due to the reason ...
noamk-hl
- Opened on Jan 2
- #1433
Describe the bug An N+1 query when going to user history
To Reproduce Steps to reproduce the behavior:
1. Go to /admin/YOUR_APP_NAME/user/ANY_USER_ID/history/
Expected behavior The query to be ran ...
JasonLovesDoggo
- Opened on Dec 22, 2024
- #1430

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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.