Changes between Version 99 and Version 100 of LittleEasyImprovements


Ignore:
Timestamp:
Jun 27, 2015, 1:10:43 PM (9 years ago)
Author:
Tim Graham
Comment:

Added some tasks

Legend:

Unmodified
Added
Removed
Modified
  • LittleEasyImprovements

    v99 v100  
    11= Little, easy improvements =
    22
    3 Here's a list of various improvements that we'd like to make to Django. Some are trivial, some are a bit more substantial, but all are easy enough to be a quick project for people who want to get involved with Django development. If you don't feel like a python coder 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].
     3Here'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].
    44
    5 As you see, there are lots of things you can do to improve Django and get you involved with it!
     5If 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].
     6
     7Below are some more substantial changes that have been started but abandoned and could probably be finished without too much difficulty.
    68
    79||Ticket||Description||
    8 ||#12288||Validate that values in INSTALLED_APPS are unique||
    9 ||#18866||Write a test for "Validation of Permission name lengths"||
     10||#20223||Address review comments for [https://github.com/django/django/pull/4202 Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().]||
     11||#21429||Address review comments on [https://github.com/django/django/pull/3467 Fixed #21429 -- Added builtin logging support to BaseCommand.]||
    1012
    11 * The [wiki:SprintIdeas#Suggestions SprintIdeas page] also has a list of interesting and easy fixes needed.
     13Feel free to reach out to Tim Graham (timograham on #django-dev IRC) if you have any questions about these tasks.
Back to Top