Changes between Version 2 and Version 3 of SummerOfCode2016


Ignore:
Timestamp:
Feb 24, 2016, 1:41:45 PM (8 years ago)
Author:
Tim Graham
Comment:

Removed "Reducing coupling" idea -- feel free to add it back if you want to mentor it and have some concrete ideas, otherwise I don't think it's really suitable.

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2016

    v2 v3  
    111111 * Part of this task could be auditing [http://djangoci.com/view/All/job/django-coverage/HTML_Coverage_Report/ Django's coverage report] and adding missing tests and removing dead code.
    112112
    113 === Reducing coupling in Django components ===
    114 
    115 * '''Complexity:''' Hard
    116 
    117 Currently it isn't possible to use many of Django's libraries outside of a Django project due to dependencies on things like `django.conf.settings`. The goal of this project might be to allow using parts like `django.forms` without the rest of Django. For your proposal you need to research what the current obstacles are for doing so (dependency on settings, for example), and then explain the solution you will implement to allow this.
    118 
    119113=== Improving the less popular database backends ===
    120114* '''Complexity:''' Medium
Back to Top