Skip to content

akshenk8/dal-issue-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Project for DAL issue

superuser: admin/admin

When using DAL within django-nested-admin NestedTabularInline/NestedStackedInline, and a new row is added using "Add more Button" DAL fails to forward fields.

Replicating the issue:

  • python manage.py runserver
  • visit this
  • The 1st inline text works properly, if you select anything in would not be shown in the list as Self() is being forwarded.
  • If you add a new one using 'Add another Model Inline', it fails to forward Self().

According to nested admin integration it replaces this regex.

fix "dal-forward-conf-for-" to "dal-forward-conf-for_" to be matched in the regex.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages