Version 106 (modified by Koen Vossen, 8 years ago) ( diff )

Remove fixed bug from list.

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 dashboard.djangoproject.com.

If you don't feel like writing Python, you can always help with patches needing documentation or, between coding and documenting, you can give a hand with the patches needing tests, or 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.

TicketDescription
#20223Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().
#21429Fixed #21429 -- Added builtin logging support to BaseCommand.
#11154Fixed #11154, #17904 -- Added creation of proxy model permissions
#25170Fixed #25170 -- Made SimpleTestCase.assertXMLEqual() ignore whitespace outside of tags.
#10827Fixed #10827 -- Made create_permissions() clear the ContentType cache.
#24675Fixed #24675 --Implemented an option to avoid unnecessary queries to MySQL since MySQL 5.6
#25005Fixed #25005 - Made date and time fields with auto_now/auto_now_add use effective default

Feel free to reach out to Tim Graham (timograham on #django-dev IRC) if you have any questions about these tasks.

Note: See TracWiki for help on using the wiki.
Back to Top