Changes between Initial Version and Version 1 of Ticket #24288


Ignore:
Timestamp:
Feb 6, 2015, 5:39:34 AM (10 years ago)
Author:
Paul Hallett
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24288 – Description

    initial v1  
    1 When creating projects that have to cooperate with outside systems, devs can come upon situations where (for instance) they need a user model that accepts a 36 character username instead of the default 30 character limit, but otherwise behaves the same as the default model.
     1When creating projects that has to cooperate with outside systems, devs can come upon situations where (for instance) they need a user model that accepts a 36 character username instead of the default 30 character limit, but otherwise behaves the same as the default model.
    22
    33It's good that we have the flexibility to create custom user models and managers extending the abstract base classes. But recreating a large portion of the user model from scratch, when we only want to tweak one small thing, is not a very satisfactory or simple solution.
Back to Top