File tree 3 files changed +4
-2
lines changed
django_nested_inline.egg-info
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -79,4 +79,5 @@ admin.py
79
79
Changelist
80
80
----------
81
81
82
+ 0.3.4 - added licence and updated for python 3
82
83
0.3.3 - fixed bug where inlines without inlines would cause an error
Original file line number Diff line number Diff line change 1
1
Metadata-Version: 1.1
2
2
Name: django-nested-inline
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
Summary: Recursive nesting of inline forms for Django Admin
5
5
Home-page: https://github.com/s-block/django-nested-inline
6
6
Author: Josh Rowe
@@ -87,6 +87,7 @@ Description: django-nested-inline
87
87
Changelist
88
88
----------
89
89
90
+ 0.3.4 - added licence and updated for python 3
90
91
0.3.3 - fixed bug where inlines without inlines would cause an error
91
92
92
93
Platform: UNKNOWN
Original file line number Diff line number Diff line change 1
- __version__ = (0 , 3 , 3 )
1
+ __version__ = (0 , 3 , 4 )
You can’t perform that action at this time.
0 commit comments