Ticket #15294

Attachments (13)

15294.1.diff (64.5 KB ) - added by Ramiro Morales 13 years ago.
First iteration of a patch for this issue, so it can be reviewed
15294.2.diff (65.7 KB ) - added by Ramiro Morales 13 years ago.
Removed nested 'crumbs' template block
15294.3.diff (65.8 KB ) - added by Ramiro Morales 13 years ago.
Added one char to a init.py file in the git .diff so patch actually creates it
15294.4.diff (65.1 KB ) - added by Ramiro Morales 13 years ago.
Updated patch, also available at https://github.com/ramiro/django/compare/master...bug%2Ft15294
15294.10.diff (49.4 KB ) - added by Ramiro Morales 13 years ago.
Patch updated post [16575]/[16578], still no decision a the replacemente for the ugly model_url ttag.
15294.13.diff (50.5 KB ) - added by Florian Apolloner 13 years ago.
I really should learn git, let's see how that one works out
15294.14.diff (51.1 KB ) - added by Florian Apolloner 13 years ago.
New patch, has one broken testcase, but that test is utterly broken during it's missuse of admin view classes
15294-fix-comments-reverse.diff (1.0 KB ) - added by Florian Apolloner 13 years ago.
fixes ramiros comment bugs, just to illustrate the issue -- nicer solution anyone?
15294.15.diff (130.0 KB ) - added by Florian Apolloner 13 years ago.
all tests working, hopefully even for ramiro -- https://github.com/apollo13/django/compare/master...t15294
t15294.16.diff (130.1 KB ) - added by Florian Apolloner 13 years ago.
new patch against current trunk
15294.16.diff (131.1 KB ) - added by Florian Apolloner 13 years ago.
renamed admin_url filter to admin_urlname and added docs
admin_tests_urls_fixes.diff (77.6 KB ) - added by Ramiro Morales 13 years ago.
URL setup clueanup in admin-related tests by Florian Apolloner, isolated from the v16 patch for easier reviewing
15294.17.diff (48.6 KB ) - added by Ramiro Morales 13 years ago.
Patch RFC specific for this issue, apply after admin_tests_urls_fixes.diff

Download all attachments as: .zip

Back to Top