Changes between Version 9 and Version 10 of SummerOfCode2012
- Timestamp:
- Mar 17, 2012, 2:52:12 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2012
v9 v10 13 13 * Andrew Godwin (andrew@aeracode.org) -- Schema Alteration 14 14 * 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 16 17 17 18 == Students == … … 51 52 52 53 === Enhanced auth.user === 54 53 55 * '''Complexity''': High 54 56 … … 62 64 At 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. 63 65 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. 65 67 66 68 '''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.69 69 70 70 Issues to consider: