Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: f51eab796d087439eedcb768cdd312517780940e
      
https://github.com/django/django/commit/f51eab796d087439eedcb768cdd312517780940e
  Author: Ramiro Morales <cra...@gmail.com>
  Date:   2012-09-24 (Mon, 24 Sep 2012)

  Changed paths:
    M django/contrib/admin/templates/admin/change_form.html
    M django/contrib/admin/templates/admin/submit_line.html
    M django/contrib/admin/templatetags/admin_modify.py
    M django/contrib/admin/util.py
    M django/contrib/admin/views/main.py
    M tests/regressiontests/admin_changelist/tests.py
    M tests/regressiontests/admin_custom_urls/fixtures/actions.json
    M tests/regressiontests/admin_custom_urls/tests.py
    M tests/regressiontests/admin_views/tests.py

  Log Message:
  -----------
  Fixed #18072 -- Made more admin links use reverse() instead of hard-coded 
relative URLs.

Thanks kmike for the report and initial patch for the changelist->edit
object view link URL.

Other affected links include the delete object one and object history
one (in this case the change had been implemented in commit 5a9e127, this
commit adds admin-quoting of the object PK in a way similar to a222d6e.)

Refs #15294.



-- 
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