Changes between Version 9 and Version 10 of SummerOfCode2012


Ignore:
Timestamp:
Mar 17, 2012, 2:52:12 AM (12 years ago)
Author:
Aymeric Augustin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2012

    v9 v10  
    1313 * Andrew Godwin (andrew@aeracode.org) -- Schema Alteration
    1414 * Paul !McMillan (paul@mcmillan.ws) -- Security Improvements
    15 * Travis Swicegood (travis@domain51.com) -- App Refactor
     15 * Travis Swicegood (travis@domain51.com) -- App Refactor
     16 * Aymeric Augustin (aymeric.augustin@m4x.org) -- Enhanced auth.user
    1617
    1718== Students ==
     
    5152
    5253=== Enhanced auth.user ===
     54
    5355 * '''Complexity''': High
    5456
     
    6264At present, there is no easy answer to these questions. Use of Django User model is not mandatory, but it is a dependency for a lot of Django applications. It is possible to do some of these customizations using some tricks or by manually modifying the contrib.auth source code, but these are not good solutions for novice users.
    6365
    64 Ticket #3011 describes one approach that has been rejected - the idea of a 'pluggable' User model.
     66#3011 is the canonical ticket for this issue. A new discussion started on [https://groups.google.com/group/django-developers/browse_thread/thread/6dadb540ca5f7d9b django-developers] in March 2012, which may result in a BDFL decision.
    6567
    6668'''Note:''' This isn't a problem with an existing worked solution. A successful proposal on this project will require extensive discussion on [http://groups.google.com/group/django-developers django-developers].
    67 
    68 '''Note:''' No, really -- this isn't a problem with a worked solution -- and the great solution you just thought of? It's been proposed before and rejected. This is a *HARD* project.
    6969
    7070Issues to consider:
Back to Top