From 7b8faf172d1ceef6c5fdfa54a77c5736db2170ae Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 11 Aug 2022 20:13:28 +0200 Subject: [PATCH] :handshake: Add `django-any-urlfield`. (#189) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c92e47..4fe0258 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-simple-history](https://github.com/treyhunner/django-simple-history) - Store model history and view/revert changes from the admin. - [django-polymorphic](https://github.com/django-polymorphic/django-polymorphic) - Django-polymorphic simplifies using inherited models in Django projects. - [django-recurrence](https://github.com/django-recurrence/django-recurrence) - Utility for working with recurring dates in Django. +- [django-any-urlfield](https://github.com/edoburu/django-any-urlfield) - An improved URL selector to choose between internal models and external URLs. - [django-treenode](https://github.com/fabiocaccamo/django-treenode) - Abstract model/admin for tree based stuff. - [django-colorfield](https://github.com/fabiocaccamo/django-colorfield) - Color field for django models with a nice color-picker widget.