Changes between Version 2 and Version 3 of SummerOfCode2016
- Timestamp:
- Feb 24, 2016, 1:41:45 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2016
v2 v3 111 111 * 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. 112 112 113 === Reducing coupling in Django components ===114 115 * '''Complexity:''' Hard116 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 119 113 === Improving the less popular database backends === 120 114 * '''Complexity:''' Medium