django/django
Ramiro Morales f51eab796d 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.
2012-09-24 22:02:59 -03:00
..
bin [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
conf Fixed #14861 -- Moved logging config outside of Settings.__init__ 2012-09-24 22:12:45 +02:00
contrib Fixed #18072 -- Made more admin links use reverse() instead of hard-coded relative URLs. 2012-09-24 22:02:59 -03:00
core Fixed #18861 -- Triggered message validation with locmem email backend 2012-09-22 15:17:13 +02:00
db Imported getLogger directly from logging module 2012-09-20 21:03:24 +02:00
dispatch [py3] Fixed dispatch tests 2012-08-15 18:19:21 +02:00
forms Fixed #18982 - Caught TypeError in DateField.clean 2012-09-23 13:27:01 +02:00
http Fixed #18916 -- Allowed non-ASCII headers. 2012-09-07 19:08:57 -04:00
middleware Imported getLogger directly from logging module 2012-09-20 21:03:24 +02:00
shortcuts Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names. 2012-09-08 16:58:35 -06:00
template Fixes #18933. Fixes code example in docstring. 2012-09-09 00:35:40 -04:00
templatetags Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
test Fixed #18980 -- Fixed assertContains regression when passed an object 2012-09-18 21:05:41 +02:00
utils Fixed #18951 -- Formatting of microseconds. 2012-09-22 12:02:21 +02:00
views Fixed #16218 -- date_list order in generic CBVs. 2012-09-22 11:47:34 +02:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00