Branch: refs/heads/stable/1.5.x
  Home:   https://github.com/django/django
  Commit: 9cf566233bb5ad16c36329645fc6090577fb42f6
      
https://github.com/django/django/commit/9cf566233bb5ad16c36329645fc6090577fb42f6
  Author: Russell Keith-Magee <[email protected]>
  Date:   2012-12-15 (Sat, 15 Dec 2012)

  Changed paths:
    M docs/releases/1.5.txt
    M docs/topics/db/managers.txt

  Log Message:
  -----------
  [1.5.X] Fixed #19384 -- Documented the behavior of custom managers on 
abstract models.

This documents the behavior introduced by cc337a74, which is BACKWARDS
INCOMPATIBLE for any attempt to invoke a method on a manager using the
abstract class as the calling class (e.g., AbstractBase.objects.do_something())

Thanks to mhsparks for the report.

Backport of 1b646e656e46909af447056b4f98b9744aae4978 from master.


  Commit: a7465ee7dfe7ced5f057de1b75e4ec05de3e38e5
      
https://github.com/django/django/commit/a7465ee7dfe7ced5f057de1b75e4ec05de3e38e5
  Author: Russell Keith-Magee <[email protected]>
  Date:   2012-12-15 (Sat, 15 Dec 2012)

  Changed paths:
    M docs/topics/auth.txt

  Log Message:
  -----------
  [1.5.X] Fixed #19472 -- Documented the testing requirements and tools for 
custom User models.

Thanks to gcc for the report.

Backport of bd414aed01d48339ed02b9714565939536ffbfcb from master.


  Commit: 311bd0055d6302ce42d3831f95d8b255986ddc40
      
https://github.com/django/django/commit/311bd0055d6302ce42d3831f95d8b255986ddc40
  Author: Russell Keith-Magee <[email protected]>
  Date:   2012-12-15 (Sat, 15 Dec 2012)

  Changed paths:
    M django/contrib/auth/models.py
    M django/contrib/auth/tests/auth_backends.py
    M django/contrib/auth/tests/custom_user.py
    M docs/topics/auth.txt

  Log Message:
  -----------
  [1.5.X} Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy.

This makes it easier to make a ModelBackend-compliant (with regards to
permissions) User model.

Thanks to cdestigter for the report about the relationship between
ModelBackend and permissions, and to the many users on django-dev that
contributed to the discussion about mixins.

Backport of 47e1df896b17aaaa97b73ef64010a7df4ea3d8d6 from master.


  Commit: 9534192c107aeaa1920408c0127920a4c61d9ca1
      
https://github.com/django/django/commit/9534192c107aeaa1920408c0127920a4c61d9ca1
  Author: Russell Keith-Magee <[email protected]>
  Date:   2012-12-15 (Sat, 15 Dec 2012)

  Changed paths:
    M django/contrib/admin/forms.py
    M django/contrib/auth/forms.py

  Log Message:
  -----------
  [1.5.X] Fixed #19368 -- Ensured that login error messages adapt to changes in 
the User model.

Thanks to un33k for the report.

Backport of 27f8129d64292868f6a328f7bf9a1bed67967ff3 from master.


Compare: https://github.com/django/django/compare/084a8e295916...9534192c107a

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to