Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Jan 21, 2025
1 parent 52b4250 commit a4b5cd9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/

## [Unreleased]

### Removed

- Removed use of `django.utils.itercompat` from templatetags in favor of `isinstance` check.

## [0.17.0]

### Removed
Expand Down Expand Up @@ -147,8 +151,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
### Added

- Added `django_twc_toolbox.crud` app. Previously, we were maintaining a fork with a handful of customizations on top. The maintenance burden of keeping our fork updated with upstream has proven to be too much of a time commitment, so we are moving what little we have overridden here.
- Includes a `CRUDView` that inherits from `neapolitan.views.CRUDView` with a few extra urls thrown in the template context, as well as the ability to specify different fields for the list and detail views.
- `neapolitan.templatetags.neapolitan` is being shadowed allowing both `{% object_detail %}` and `{% object_list %}` to use our `CRUDView`'s ability to use different fields (as mentioned above), as well as return the string version of any related `Model`. (`neapolitan` itself returns a `Model` instance's primary key.) Additionally, the action links for the list view are a dictionary instead of a rendered string.
- Includes a `CRUDView` that inherits from `neapolitan.views.CRUDView` with a few extra urls thrown in the template context, as well as the ability to specify different fields for the list and detail views.
- `neapolitan.templatetags.neapolitan` is being shadowed allowing both `{% object_detail %}` and `{% object_list %}` to use our `CRUDView`'s ability to use different fields (as mentioned above), as well as return the string version of any related `Model`. (`neapolitan` itself returns a `Model` instance's primary key.) Additionally, the action links for the list view are a dictionary instead of a rendered string.
- Added a handful of core views: 404 and 500 error handling views and `robots.txt` and `.well-known/security.txt` views.

### Removed
Expand Down

0 comments on commit a4b5cd9

Please sign in to comment.