Skip to content

issues Search Results · repo:jrief/django-entangled language:Python

Filter by

14 results
 (80 ms)

14 results

injrief/django-entangled (press backspace or delete to remove)

The wheels for version 0.6.2 currently have the following top_level.txt file: entangled tests This means that installing django-entangled will install a top-level package tests as well, which does not ...
  • stefan6419846
  • 3
  • Opened 
    on Jul 22
  • #30

Adding a simple mixin to a ModelForm is not possible since the Meta is overwritten by the EntangledFormMetaclass. This is the unittest to proove. Just add at the end of tests/test_inheritance.py class ...
  • startmat
  • 2
  • Opened 
    on Mar 1
  • #29

My class DeliveryNoteLineItemForm(forms.ModelForm) already had a package_number = forms.CharField() additional field declared, which does not actually exist in the DeliveryNoteLineItem model. It is used ...
  • AlexanderB-C
  • 4
  • Opened 
    on Nov 19, 2024
  • #28

In version 0.6 model fields which are neither part of entangled_fields nor untangled_fields are still rendered in the form. This can be replicated by adding a dummy field of any type to the model Product ...
  • jrief
  • Opened 
    on Oct 8, 2024
  • #25

Entangled Form is working great so far, consider below models.py models.py class Customer(models.Model): name = forms.CharField(max_length=255) address = forms.JsonField() The out put i am looking ...
  • dineshh912
  • 10
  • Opened 
    on Apr 12, 2022
  • #19

I m trying to create a model to store colours for theming a page, so I m using django-colorfield to display colour values. The fields provided by this app are a subclass of CharField so nothing too complex. ...
  • marksweb
  • 2
  • Opened 
    on Mar 22, 2022
  • #18

In the example on the front page, a form is created to explicitly match the properties that a given object would have. i.e. the properties color , size , and tenant are explicitly added to a form. Do ...
  • BenBlumer
  • Opened 
    on Feb 18, 2022
  • #17

Thanks for merging the fix in! Would you mind cutting a new release with the two changes this month? Originally posted by @smk4664 in https://github.com/jrief/django-entangled/issues/13#issuecomment-1036243980 ...
  • smk4664
  • 2
  • Opened 
    on Feb 11, 2022
  • #15

On my form, I am trying to pass an initial value to one of the untangled fields. Since there is an initial value to the form, the logic in line 86 gets executed. This causes an exception when trying to ...
  • smk4664
  • 1
  • Opened 
    on Feb 10, 2022
  • #13

Here s my suggestion for further improvement: if a JSONField is being used to hold various values, like an additional options field, as I think is often the case, then the admin form doesn t necessarily ...
  • johncronan
  • 10
  • Opened 
    on Feb 4, 2022
  • #11
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! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub