-
-
/trunk/reviewboard/reviews/datagrids.py (Diff revision 1) Don't interleave django and djblets imports
-
/trunk/reviewboard/reviews/templatetags/reviewtags.py (Diff revision 1) There should be another blank line here
-
/trunk/reviewboard/test.py (Diff revision 1) This should go up in the "3rd party libraries" section instead of the "local modules" section
Remove reviewboard.utils and emailtags and use the new code in djblets
Review Request #241 — Created Feb. 12, 2008 and submitted
Information | |
---|---|
chipx86 | |
Review Board SVN (deprecated) | |
trunk | |
Reviewers | |
reviewboard | |
This is the second part of the massive move of reviewboard.utils and emailtags into djblets. This gets rid of a lot of code from Review Board (yay!) and moves everything to use djblets. Unit tests have been updated so that we now cover djblets.
Unit tests all pass and every page I tried works fine.