Changes between Version 20 and Version 21 of SummerOfCode2011


Ignore:
Timestamp:
Mar 30, 2011, 8:04:19 PM (13 years ago)
Author:
Russell Keith-Magee
Comment:

Added notes about Lazy FKs with auth.User

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2011

    v20 v21  
    8484'''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].
    8585
     86'''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.
     87
    8688Issues to consider:
    8789 * How can we represent the generic idea of a User without reducing the user table to little more than an identifying primary key?
     
    9496 * Discussions on [http://groups.google.com/group/django-users django-users] when users have asked the "how do I" questions
    9597 * The [source:django/trunk/django/template django.contrib.auth code module]
     98 * Discussions about [http://groups.google.com/group/django-developers/browse_thread/thread/c8e2397fefd85030 "Lazy foreign keys"]
    9699
    97100=== Improved error reporting ===
Back to Top