issues
search
carltongibson
/
neapolitan
Quick CRUD views for Django
https://noumenal.es/neapolitan/
MIT License
524
stars
39
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Custom Roles
#73
dennisstritzke
opened
2 days ago
0
add bootstrap example
#72
abe-101
opened
6 days ago
0
add crud urls to context
#71
abe-101
opened
1 week ago
1
Found a typo, added a word for clarity to README.rst
#70
kojoidrissa
closed
1 week ago
0
Switched to using equality for role comparison checks.
#69
carltongibson
closed
1 week ago
0
List view had no options to change or create
#68
mfoulds
closed
2 weeks ago
2
Decouple url_base and view_name
#67
SamuelJennings
opened
1 month ago
5
Screenshots
#66
paulocoutinhox
opened
1 month ago
0
correct url ordering for str based path converters
#65
SamuelJennings
closed
1 month ago
1
CRUDView.get_urls order incompatible with slug fields
#64
SamuelJennings
closed
1 month ago
1
Idea: Easy way to override the app_label in get_template_names
#63
sheepman4267
closed
1 month ago
1
Refactor action links for easier template customization and Implement pagination functionality
#62
srmurali002
opened
1 month ago
0
Adding parent / child functionality
#61
awapf
opened
2 months ago
2
Error due to order of Url path using Django pk as UUID
#60
anilrai21
closed
3 months ago
2
Fixed typo in tests.py
#59
hvdklauw
closed
4 months ago
0
Allowed overriding Role provided initkwargs in as_view().
#58
carltongibson
closed
4 months ago
0
Add role specific `get_context_data` methods
#57
joshuadavidthomas
opened
4 months ago
1
change rendering of fields in list and detail templatetags
#56
joshuadavidthomas
opened
4 months ago
0
Add support for generic arguments to `CRUDView.get_paginate_by`
#55
joshuadavidthomas
closed
4 months ago
2
Is there a way to add a column with custom HTML to a table?
#54
GregShiner
opened
4 months ago
0
Is there a way to add a column with custom HTML to a table?
#53
GregShiner
closed
4 months ago
2
added list_view_url to the get_context_data
#52
albertorp
opened
4 months ago
0
'model-create' is not a valid view function or pattern name
#51
tantalusblank
closed
4 months ago
11
Add support for str and uuid PK fields in models
#50
phoikoi
closed
4 months ago
2
Make mktemplate also work with project-level template directories
#49
haukuri
opened
5 months ago
4
mktemplate does not work with project level template directories
#48
haukuri
opened
5 months ago
2
fix_46_allow_for_missing_actions_while_rendering
#47
nanuxbe
closed
4 months ago
5
NoReverseMatch when create view is not registered in urls.py
#46
nanuxbe
closed
4 months ago
6
Add option to exclude roles from get_urls
#45
WoosterInitiative
closed
4 months ago
1
Allow URL customisation and specifying subset of CRUD roles.
#44
carltongibson
closed
7 months ago
2
Cater for apps not in the project root
#43
nanorepublica
closed
7 months ago
1
Added filterset to list view context.
#42
carltongibson
closed
8 months ago
5
Fields that are `ForeignKey`s to other models render as `pk`, not as the string representation of that model
#41
joshuadavidthomas
opened
9 months ago
6
Add field name to the list of fields generated by `object_list` templatetag
#40
joshuadavidthomas
opened
9 months ago
1
Move rendering of `action_links` from templatetag to `list.html` template partial
#39
joshuadavidthomas
opened
9 months ago
1
add test GHA workflow
#38
joshuadavidthomas
closed
9 months ago
2
Add mktemplate command to bootstrap templates.
#37
carltongibson
closed
10 months ago
0
User decorador and User sessions
#36
leonardomporto
closed
10 months ago
1
Removed incorrect annotation for object.
#35
carltongibson
closed
10 months ago
0
question : handling relationships foreign keys raw ids
#34
leonh
closed
1 year ago
3
Using Neapolitan with HTMX
#33
Yacobolo
opened
1 year ago
2
Not sure on how to change the Role for each view?
#32
bingimar
closed
7 months ago
2
Added pypi badge
#31
avallbona
closed
1 year ago
0
Fixed the closing of the table on the list.html template
#30
avallbona
closed
1 year ago
0
Reorder CRUDView’s main handlers and add docstrings.
#29
carltongibson
closed
8 months ago
1
URL Changes
#28
kasun
closed
7 months ago
1
URL format of views
#27
kasun
closed
1 year ago
5
Clean object delete confirm page
#26
kasun
closed
1 year ago
0
Delete confirm page text
#25
kasun
closed
1 year ago
1
Customize base template
#24
kasun
opened
1 year ago
1
Next