issues
search
wagtail
/
django-modelcluster
Django extension to allow working with 'clusters' of models as a single unit, independently of the database
BSD 3-Clause "New" or "Revised" License
485
stars
66
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow fields to be explicitly excluded from serialization/deserialization
#193
ababic
opened
1 week ago
0
UniqueConstraint with InlinePanel
#192
minusf
opened
3 weeks ago
3
Does it support save ManyToMany with related name?
#191
gotounix
closed
1 month ago
1
Offering up some code: PageAwareParentalManyToManyField
#190
rgs258
opened
1 month ago
0
BaseChildFormSet doesn't caught IntegrityError for unique together using UniqueConstraint
#189
giodiasdev
opened
3 months ago
0
Add distinct method to FakeQuerySet
#188
KIRA009
closed
8 months ago
1
Add support for randomized ordering of fakequeryset
#187
KIRA009
closed
8 months ago
3
Add support for Q objects in FakeQuerySet filter
#186
KIRA009
closed
8 months ago
1
Refactor date/time/day/hour test expressions as 'transform expressions'
#185
ababic
closed
8 months ago
1
Fix: Field with the same name as a lookup in FILTER_EXPRESSION_TOKENS causes crash when filtering with implicit `exact`
#184
ababic
closed
8 months ago
1
Prevent failing on old versions of django-taggit without _remove_prefetched_objects
#183
gasman
closed
10 months ago
0
Preview breaks on latest 6.2 version
#182
MasonLyons
closed
10 months ago
3
Formalise support for Django 5; drop support for 4.0-4.1
#181
gasman
closed
10 months ago
0
Implement prefetching for ClusterTaggableManager
#180
chosak
closed
10 months ago
0
Remove Travis CI badge from README
#179
chosak
closed
10 months ago
1
Unhelpful messaging when model attribute name shadows child relation
#178
jams2
opened
11 months ago
0
Fix bug when field name collides with filter expression tokens
#177
qge
closed
10 months ago
2
Add Python 3.11 and 3.12 to testing matrix
#176
gasman
closed
1 year ago
1
Docs: please provide an example of a through model with a ParentalManyToManyField
#175
mjmare
opened
1 year ago
0
Add support for official Python & Django versions
#174
irtazaakram
closed
1 year ago
1
test_formfield_callback failing with Django 4.2
#173
mweinelt
closed
1 year ago
1
Fix crash when doing implicit exact lookup on a field with the same name as a lookup
#172
laymonage
closed
8 months ago
1
Field with the same name as a lookup in `FILTER_EXPRESSION_TOKENS` causes crash when filtering with implicit `exact`
#171
laymonage
closed
8 months ago
0
Filtering on related manager when using `prefetch_related` with explicit `queryset` on a ClusterableModel returns wrong results
#170
maqnius
opened
1 year ago
1
Django 5.0 support
#169
laymonage
closed
1 year ago
1
Avoid unnecessary call to localtime for timestamps already in UTC
#168
th3hamm0r
closed
1 year ago
1
Add support for Django 4.1
#167
jsma
closed
1 year ago
3
Fix for copying child relation model instances with inheritance models
#166
JakubMusil
opened
2 years ago
1
GenericForeignKey
#165
hammygoonan
opened
2 years ago
0
Wagtail 3.0 support planned?
#164
nicksergeant
closed
2 years ago
2
Update queryset.py to solve bug: 'FakeQuerySet' object has no attribute '_prefetch_related_lookups'
#163
wimfeijen
opened
2 years ago
1
Run to_python() when deserializing PK value
#162
SupraSummus
opened
2 years ago
1
Sort in-memory object list after .create()
#161
SupraSummus
opened
2 years ago
1
AttributeError when a ParentalKey related manager is used as the queryset for a ModelChoiceField
#160
bcdickinson
opened
2 years ago
3
[RFC] ParentalOneToOneField
#159
kaedroho
closed
2 years ago
1
Default to no formsets when 'formsets' / 'exclude_formsets' not specified
#158
gasman
closed
2 years ago
0
Use instance attributes rather than kwargs dict for inherit_kwargs
#157
gasman
closed
2 years ago
0
Add inherit_kwargs attribute to ClusterForm child formsets
#156
gasman
closed
2 years ago
0
Ensure SafeString is applied correctly on ClusterForm.as_p()
#155
gasman
closed
2 years ago
0
Avoid accessing live queryset on unsaved instances (Django 4.1 fix)
#154
gasman
closed
2 years ago
0
Nested ClusterableModel relations are not copied
#153
vbudovski-alliance
opened
2 years ago
1
Test against Django 4.0
#152
gasman
closed
2 years ago
1
Fix tests for django-taggit >= 2.0
#151
gasman
closed
2 years ago
0
Update `_ClusterTaggableManager.set()` for compatibility with taggit v2
#150
ababic
closed
2 years ago
1
Add iterable classes and `values()` implementation to `FakeQuerySet`
#149
ababic
closed
2 years ago
3
Support traversal of one-to-one and many-to-one relationships in filter/order_by strings
#148
ababic
closed
2 years ago
2
test suite fails with django-taggit >= 2.0.0
#147
tijuca
closed
2 years ago
1
Use assertRaisesRegex instead of assertRaisesRegexp for Python 3.11 compatibility.
#146
tirkarthi
closed
3 years ago
1
ClusterForm.as_p should return a safe string
#145
gasman
closed
2 years ago
0
Add Github Actions config
#144
gasman
closed
3 years ago
0
Next