Историја ревизија

Аутор SHA1 Порука Датум
  Tim Graham 37ea3cb03e Fixed "URLconf" spelling in code comments. пре 9 година
  Tim Graham d73d0e071c Fixed #22218 -- Deprecated django.conf.urls.patterns. пре 11 година
  Marc Tamlyn 2607fa9016 Fixed #21774 -- Isolate all test urls from eachother. пре 11 година
  Florian Apolloner 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. пре 12 година
  Ramiro Morales f185024fc4 Made sure the new project template functionality works when the template пре 13 година
  Jannis Leidel a9a0f0b03f Fixed #17042 -- Extended startproject and startapp management commands to better handle custom app and project templates. Many thanks to Preston Holmes for his initial patch and Alex Gaynor, Carl Meyer, Donald Stufft, Jacob Kaplan-Moss and Julien Phalip for code reviewing. пре 13 година
  Ramiro Morales aaf77c1676 Converted internal link generation in the admin and admin document generator to use named URLs. пре 13 година
  Ramiro Morales 7b21bfc074 Improved test isolation of the admin tests and assigned custom admin sites to пре 13 година
  Ramiro Morales 26b8122087 Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. пре 13 година
  Luke Plant e683beb607 Changed utils/decorators.py tests to use RequestFactory пре 14 година
  Russell Keith-Magee 3b94af8a84 Modified some regression tests to make them independent of the default root urlconf. пре 14 година
  Alex Gaynor 8308ad4f05 Fixed #14774 -- the test client and assertNumQueries didn't work well together. Thanks to Jonas Obrist for the initial patch. пре 14 година
  Jannis Leidel 1c4868f4c1 Fixed #14507 -- Corrected the logic of the URL helpers and view of staticfiles to actual work like documented (only when settings.DEBUG is True). Thanks for the report and initial patch, mbi. пре 14 година
  Jannis Leidel cfc19f84de Fixed #12323 and #11582 -- Extended the ability to handle static files. Thanks to all for helping with the original app, the patch, documentation and general support. пре 14 година
  Adrian Holovaty ca6f64a43f Fixed #6094 -- Middleware exceptions are now caught by the core handler. Thanks, isagalaev пре 15 година
  Adrian Holovaty 19b72077f7 Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for patch and tests, isagalaev пре 15 година
  Malcolm Tredinnick b203db6ec8 Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified). пре 16 година
  Jacob Kaplan-Moss f212b24b64 Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`: пре 16 година
  Brian Rosner f751d5b713 Fixed #9498 -- Handle a formset correctly when the foreign key is not available (for now). пре 16 година
  Brian Rosner a19ed8aea3 Merged the newforms-admin branch into trunk. пре 16 година
  Jacob Kaplan-Moss d725cc9734 Fixed #2070: refactored Django's file upload capabilities. пре 16 година
  Russell Keith-Magee c8d39f15cb Fixed #7521 -- Reverted [7716]. Fixed URLs in test case broke any application that deployed contrib.auth. пре 17 година
  Luke Plant fad8e8f7c2 Added basic tests for auth.views.password_reset пре 17 година
  Malcolm Tredinnick 6417f5247b Merged the tests and documentation from #4720 to support the changes in [7295]. пре 17 година
  Gary Wilson Jr d0032458a2 Fixed #6679 -- In `decorator_from_middleware`, don't unpack arguments when calling a middleware's пре 17 година
  Malcolm Tredinnick 1f629bff99 Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middleware. Makes customisation a bit easier. Thanks, Mihai Preda and Andy Gayton. пре 17 година
  Russell Keith-Magee 1571e9c32b Fixed #5496 -- Added test cases for some of the built-in Django views. Thanks to Manuel Saelices <msaelices@yaco.es> for the original patch. пре 17 година
  Russell Keith-Magee 70902908c7 Improved error reporting for assertions where there are no form errors, or a non-existent field has been provided. Also created a test client regression test, to hold the tests validating the failure cases of the TestCase assertions. пре 18 година
  Russell Keith-Magee f2582eb972 Fixes #2333 -- Added test fixtures framework. пре 18 година
  Malcolm Tredinnick 0fabbf8ce8 Fixed #2606 -- Added tag for working out the URL of a particular view function. пре 18 година