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

Аутор SHA1 Порука Датум
  Unai Zalakain c548c8d0d1 Fixed #18456 -- Added path escaping to HttpRequest.get_full_path(). пре 10 година
  Thomas Chaumeny b2aad7b836 Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. пре 10 година
  qingfeng 0d23450e81 Fixed #19802 -- Fixed HttpResponse.set_cookie() with unicode data on Python 2. пре 10 година
  Tim Graham 86c74eacd6 Updated tests per previous commit. пре 10 година
  Duncan Parkes fd4ccd045c Fixed #22799 -- Made GET and POST on HttpRequest QueryDicts, and FILES a MultiValueDict. пре 10 година
  Unai Zalakain 11284a63d4 Fixed #18314 -- Corrected request.build_absolute_uri() handling of paths starting with // пре 11 година
  Aymeric Augustin 0f9560855e Removed legacy transaction management per the deprecation timeline. пре 11 година
  Shai Berger 0615eaf24a Corrected a few missed references to old test settings пре 11 година
  Michael Manfre e1d839237f Make mysql's CursorWrapper a contextmanager. пре 11 година
  Michael Manfre 3ffeb93186 Ensure cursors are closed when no longer needed. пре 11 година
  Aymeric Augustin e32095616c Imported override_settings from its new location. пре 11 година
  Baptiste Mispelon ceecc962ad Fixed #21447 -- Restored code erroneously removed in 20472aa827669d2b83b74e521504e88e18d086a1. пре 11 година
  Alex Gaynor c347f78cc1 Fixed all E226 violations пре 11 година
  coagulant 3bc0d46a84 Fixed all E261 warnings пре 11 година
  Tim Graham 36ded01527 Fixed #21302 -- Fixed unused imports and import *. пре 11 година
  Claude Paroz c052699be3 Fixed #20338 -- Stripped ending dot during host validation пре 11 година
  Alasdair Nicol c3aa2948c6 Fixed #21298 -- Fixed E301 pep8 warnings пре 11 година
  Alasdair Nicol b289fcf1bf Fixed #21288 -- Fixed E126 pep8 warnings пре 11 година
  Tim Graham 96d1d4e292 Removed unused local variables in tests. пре 11 година
  Alasdair Nicol a800036981 Fixed #21287 -- Fixed E123 pep8 warnings пре 11 година
  Alasdair Nicol bab9123daa Fixed #21268 -- Fixed E303 pep8 warnings пре 11 година
  Tim Graham 58d555caf5 Fixed #16822 -- Added RawPostDataException пре 11 година
  Aymeric Augustin 6a6428a36f Took advantage of django.utils.six.moves.urllib.*. пре 11 година
  Will Hardy 1c3c21b38d Fixed #19987 -- Disabled host validation when DEBUG=True. пре 12 година
  Claude Paroz 73f86f4441 Isolated host validation tests in own test case пре 11 година
  Aymeric Augustin 404870ee1f Fixed #20724 -- Test failure on SQLite. пре 11 година
  Aymeric Augustin cfcf4b3605 Stopped using django.utils.unittest in the test suite. пре 11 година
  Aymeric Augustin c6e6d4eeb7 Defined available_apps in relevant tests. пре 11 година
  Claude Paroz de66b56790 Fixed #18481 -- Wrapped request.FILES read error in UnreadablePostError пре 12 година
  Aymeric Augustin 4bed64c417 Made test introduced in 566e284c pass on Python 3. пре 12 година