Change rendering of fields in list and detail templatetags#56
Change rendering of fields in list and detail templatetags#56carltongibson merged 3 commits intocarltongibson:mainfrom
Conversation
|
Hi, when will this be included in the main version? |
|
Well, it needs tests first off. And a rebase to the current main branch. And a 👍 from Carlton that he is good with merging this in. |
|
It seems reasonable yes. 👍 |
|
We made basically the same in an internal fork. |
|
Just for interest, I'm happy to have this change with some tests but, I thought I'd post why it's not something I've needed to fix myself yet. Namely, I don't stick very long with the default templates when building out. Rather I get the model on the page and then dive into the view I want to build. I don't really see Neapolitan as an admin replacement so general purpose templates aren't my priority. Not to say we can't make them better, just that's why they're as they are. Total aside. 😊 |
362c5bb to
6f3748c
Compare
|
Only took me 11 months to add tests... 😅 Let me know if you want me to update the CHANGELOG as well. |
closes #41
No tests yet.