Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 58683e9c82d6e7c5fbb7acef79eef9408b776ab0
      
https://github.com/django/django/commit/58683e9c82d6e7c5fbb7acef79eef9408b776ab0
  Author: Marc Tamlyn <marc.tam...@gmail.com>
  Date:   2012-08-18 (Sat, 18 Aug 2012)

  Changed paths:
    M django/views/generic/base.py
    M docs/ref/class-based-views/mixins-simple.txt
    M docs/ref/templates/api.txt
    M docs/releases/1.5.txt
    M tests/regressiontests/generic_views/base.py
    M tests/regressiontests/generic_views/detail.py
    M tests/regressiontests/generic_views/edit.py
    M tests/regressiontests/generic_views/list.py

  Log Message:
  -----------
  Fixed #16744 -- Class based view should have the view object in the context

Updated the most recent patch from @claudep to apply again and updated
the documentation location.


  Commit: 212b9826bdda5c3c2eb680e6f9c5b046b4172300
      
https://github.com/django/django/commit/212b9826bdda5c3c2eb680e6f9c5b046b4172300
  Author: Marc Tamlyn <marc.tam...@gmail.com>
  Date:   2012-08-18 (Sat, 18 Aug 2012)

  Changed paths:
    M django/template/defaultfilters.py
    M django/utils/html.py
    M django/utils/text.py
    M docs/ref/utils.txt
    M docs/releases/1.5.txt
    M tests/regressiontests/utils/html.py
    M tests/regressiontests/utils/text.py

  Log Message:
  -----------
  Fixed #14516 -- Extract methods from removetags and slugify template filters

Patch by @jphalip updated to apply, documentation and release notes
added.

I've documented strip_tags as well as remove_tags as the difference
between the two wouldn't be immediately obvious.


  Commit: f04bb6d798b07aa5e7c1d99d700fa6ddc7d39e62
      
https://github.com/django/django/commit/f04bb6d798b07aa5e7c1d99d700fa6ddc7d39e62
  Author: Marc Tamlyn <marc.tam...@gmail.com>
  Date:   2012-08-18 (Sat, 18 Aug 2012)

  Changed paths:
    M django/views/generic/base.py
    M docs/releases/1.5.txt
    M tests/regressiontests/generic_views/base.py

  Log Message:
  -----------
  Fixed #17228 -- params context variable is inconsistent

Remove the params variable from the context and just put the variables
in directly.

This had not been committed previously as the original pattern was used
in the functional generic views and we wanted consistency between them,
but django.views.generic.simple.direct_to_template is now gone so we can
do it 'right'.


Compare: https://github.com/django/django/compare/547b18104653...f04bb6d798b0

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


Reply via email to