= Little, easy improvements = Here's a list of selected improvements that we'd like to make to Django. The easiest fixes can be found via the **"Easy" tickets** link on [https://dashboard.djangoproject.com/ dashboard.djangoproject.com]. If you don't feel like writing Python, you can always help with [query:status!=closed&needs_docs=1&order=priority patches needing documentation] or, between coding and documenting, you can give a hand with the [query:status!=closed&needs_tests=1&order=priority patches needing tests], or [query:status!=closed&needs_better_patch=1&order=priority patches that need some other improvement]. Below are some more substantial changes that have been started but abandoned and could probably be finished without too much difficulty. ||Ticket||Description|| ||#20223||Address review comments for [https://github.com/django/django/pull/4202 Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().]|| ||#21429||Address review comments on [https://github.com/django/django/pull/3467 Fixed #21429 -- Added builtin logging support to BaseCommand.]|| ||#24994||Addressed review comments on [https://github.com/django/django/pull/4930 Fixed #24994 -- Documented, checked that settings.SECRET_KEY is valid unicode string.]|| ||#25135||Address review comments on [https://github.com/django/django/pull/5024 Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute ]|| Feel free to reach out to Tim Graham (timograham on #django-dev IRC) if you have any questions about these tasks.