summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* new-admin: Changed runtests.py not to display full exception if test database...Adrian Holovaty2005-11-241-2/+1
* new-admin: Fixed spacing issues in template testsAdrian Holovaty2005-11-241-2/+2
* Merge to trunk r1381Robert Wittams2005-11-231-10/+10
|\
| * Fixed #603 -- Added template debugging errors to pretty error-page output, if...Adrian Holovaty2005-11-231-2/+22
* | Merged to trunk r1359Robert Wittams2005-11-223-0/+24
|\ \ | |/
| * Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th...Adrian Holovaty2005-11-221-0/+6
| * Added unit tests to verify OneToOne deletion worksAdrian Holovaty2005-11-211-0/+3
| * Added unit tests to verify #800. Refs #800Adrian Holovaty2005-11-211-0/+15
* | Merged to trunk r1320Robert Wittams2005-11-212-2/+3
|\ \ | |/
| * Added an EmailField to the many_to_one API testsAdrian Holovaty2005-11-201-1/+2
| * Changed one_to_one unit test to use %r instead of %s in repr methodAdrian Holovaty2005-11-201-1/+1
* | Merged to trunk r1281Robert Wittams2005-11-181-1/+7
|\ \ | |/
| * fixed two failing i18n tests - they only failed when using ./runtests, now th...Georg Bauer2005-11-171-1/+7
* | Merged to trunk r1234Robert Wittams2005-11-152-1/+48
|\ \ | |/
| * Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tes...Adrian Holovaty2005-11-142-1/+48
* | Merged to trunk r1158Robert Wittams2005-11-111-10/+29
|\ \ | |/
| * Fixed #724 -- Ensured get_next_by_FOO() and get_previous_by_FOO() methods don...Adrian Holovaty2005-11-101-10/+29
* | Merged to trunk r1152Robert Wittams2005-11-104-13/+85
|\ \ | |/
| * Added unit tests to disprove #724Adrian Holovaty2005-11-101-7/+26
| * Added unit tests to confirm #683 -- a new custom_columns model exampleAdrian Holovaty2005-11-092-1/+54
| * Fixed dateformat unit test that was failing -- the test was incorrect.Adrian Holovaty2005-11-091-3/+1
| * Changed dateformat unit tests so that they use the en-us language. They were ...Adrian Holovaty2005-11-091-2/+4
* | merged to trunk r1124Robert Wittams2005-11-081-1/+1
|\ \ | |/
* | Merged i18n from trunk . To r1068.Robert Wittams2005-11-041-8/+39
|\ \ | |/
| * Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss2005-11-041-0/+44
* | Merged to trunk r1039Robert Wittams2005-11-011-0/+16
|\ \ | |/
| * Added model unit tests for year, month and day lookup. Refs #659Adrian Holovaty2005-11-011-0/+16
* | Regex based filter profiler. 150% -> 170% speed up of parsing a filter. Also ...Robert Wittams2005-11-011-0/+16
* | Merged to 1021. Robert Wittams2005-10-301-0/+20
|\ \ | |/
| * Fixed #687 -- Fixed bug in floatformat template filter and added unit tests. ...Adrian Holovaty2005-10-251-0/+20
* | Synced to trunk. Fixed views/decorators/auth.py. Added extra customisation po...Robert Wittams2005-10-232-0/+79
|\ \ | |/
| * Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, SuneAdrian Holovaty2005-10-221-0/+75
| * Fixed #681 -- get_in_bulk no longer assumes PK fields are called id. Also add...Adrian Holovaty2005-10-221-0/+4
* | Changed how edit_inline works in the admin. Now it is done by a subclass of B...Robert Wittams2005-10-201-1/+0
* | Rationalised related object methodsRobert Wittams2005-10-201-0/+1
* | Merged to r960. Nightmare. Removed old view functions in admin.Robert Wittams2005-10-201-3/+2
|\ \ | |/
| * Changed template unit test runner to use new template-loader framework from [...Adrian Holovaty2005-10-141-3/+6
| * Fixed #626 -- Moved template modules to django.core.template package. django....Adrian Holovaty2005-10-141-5/+6
| * Fixed bug in tests/runtests.py -- some versions of MySQLdb require an argumen...Adrian Holovaty2005-10-081-2/+2
| * Fixed #295 - added {{{forloop.revcounter}}} and {{{forloop.revcounter0}}} var...Jacob Kaplan-Moss2005-09-291-0/+4
* | Cleanups of old debug bits. Fully clean DebugLexer. Robert Wittams2005-10-171-0/+18
* | Removed debug cruftRobert Wittams2005-10-151-6/+0
* | Merged to r880. Fixed lexing bug in DebugLexer.Robert Wittams2005-10-151-3/+13
* | Merged to r670. Moved decorators.Robert Wittams2005-10-141-5/+6
* | merged to 818Robert Wittams2005-10-101-2/+2
* | Merged trunk changes, and converted submit lines to use a templateRobert Wittams2005-09-301-0/+4
* | Initial checkin of new admin branch. Ticket #535. I've tried to cover the cha...Robert Wittams2005-09-301-1/+2
|/
* Fixed #501 -- Fixed block.super in multi-level templates, and added unit test...Adrian Holovaty2005-09-291-0/+12
* Added unit test to confirm #558Adrian Holovaty2005-09-261-0/+12
* Fixed #556 -- ManyToManyField join tables no longer assume the primary keys o...Adrian Holovaty2005-09-251-0/+19