Changes between Version 3 and Version 4 of SummerOfCode2016


Ignore:
Timestamp:
Mar 1, 2016, 7:09:50 AM (8 years ago)
Author:
Tim Graham
Comment:

Removed "Best practices" idea as it's illdefined.

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2016

    v3 v4  
    7979
    8080You will need to come up with a design here. There are a variety of third-party libraries from which you might glean best practices however the frontend tech world is currently in a state of reinvention so it might be hard to develop a suitable API that might now but not in the future.
    81 
    82 === Best practices updates ===
    83 * '''Complexity:''' Moderate
    84 
    85 Over the years, as Django has evolved, the idea of what constitutes "best practice" has also evolved. However, some parts of Django haven't kept up with those best practices. For example, contrib apps do not use class based views.
    86 
    87 In short, Django has been bad at eating it's own dogfood. The contents of contrib should be audited and updated to make sure it meets current best practices.
    88 
    89 Issues to consider:
    90  * What components need to be updated, and why?
    91  * How to do this update while maintaining backwards compatibility?
    9281
    9382=== Test framework cleanup ===
Back to Top