Historia zmian

Autor SHA1 Wiadomość Data
  Luke Plant 26cda43012 Switched to HTML5 doctype in all Django supplied templates. 14 lat temu
  Adrian Holovaty 519534bf03 Fixed #15846 -- Fixed unfinished sentence in django-admin.txt. Thanks, follower 14 lat temu
  Jannis Leidel 196ac8f8b3 Fixed #6213 -- Updated the flatpages app to only append a slash if the flatpage actually exist. 14 lat temu
  Luke Plant 96520e87bd Corrected factual error regarding logging in the CSRF docs 14 lat temu
  Luke Plant 4175e3d104 Fixed #10917 - admin/base.html should contain messages block 14 lat temu
  Luke Plant 1286d78311 Fixed #15791 - method to signal that callable objects should not be called in templates 14 lat temu
  Chris Beaven 9587235530 Fixes #15721 (again) via a minor tweak to avoid unexpected behaviour of copy() which caused a range of test failures 14 lat temu
  Gabriel Hurley 6f84e520e5 Fixed #15843 -- removed an extraneous quotation mark in the template tag docs. Thanks to Titan, Jer-ming Lin for the report. 14 lat temu
  Ian Kelly b4c83138e9 Fixed #15534: Made the Oracle runtime test for regex capabilities use the !DatabaseOperations connection instead of grabbing the default connection. 14 lat temu
  Ramiro Morales 487cd1fa23 Added new tests I forgot to include in [16038]. 14 lat temu
  Ramiro Morales 0defa7dc9d Fixed #15848 -- Fixed regression introduced in [15882] in makemessages management command when processing multi-line comments that contain non-ASCCI characters in templates. Thanks for the report Denis Drescher. 14 lat temu
  Adrian Holovaty d3e5380b41 Fixed #15800 -- Fixed error in class-based-views docs. Thanks, Natim 14 lat temu
  Adrian Holovaty 78b2e254ca Fixed #15816 -- Changed docs/ref/utils.txt to refer to django.utils.datastructures instead of just SortedDict. The other stuff is still undocumented, which is probably a good thing 14 lat temu
  Adrian Holovaty 5409168ba2 Fixed #15821 -- Removed incorrect link from docs/releases/1.3.txt 14 lat temu
  Adrian Holovaty f8495d2371 Fixed #15822 -- Removed references to the v1 postgresql backend (which has been removed). Thanks for the patch, aaugustin 14 lat temu
  Jacob Kaplan-Moss d78e08f4a0 Updated the contributing document to accurately reflect our security process. 14 lat temu
  Chris Beaven d59baa07f0 Fixes #15721 -- Make {% include %} and RequestContext work together again. 14 lat temu
  Chris Beaven 89e25403ae Fixes #15814 -- Added a test util to abstract the process of using a test template loader 14 lat temu
  Ian Kelly d3c08fd813 Fixed #15573: Forced the default site id to be 1 when creating test databases, to prevent a large number of errors when running the tests using the oracle backend. 14 lat temu
  Chris Beaven 13bb06984c Fixes Paginator.validate_number not raising a PageNotAnInteger exception when passed a non-int-castable type. 14 lat temu
  Adrian Holovaty 3b6c5e5eb2 Made some negligible docstring fixes while I was poking around in the depths of query.py 14 lat temu
  Adrian Holovaty d546179c71 Fixed incorrect usage of its in query.py docstring 14 lat temu
  Luke Plant fda7ac3490 Fixed #15780 - Broken link in old release notes regarding CSRF upgrade 14 lat temu
  Luke Plant 8d4b414760 Fixed #15757 - removed remaining instances of get_and_delete_messages 14 lat temu
  Ramiro Morales b7715b4ae6 Fixed #15772 -- Corrected an oversight from r16016 in MySQL GeoDjango DB backend. Thanks JannKleen for the report and patch. 14 lat temu
  Chris Beaven 91e59aeca0 Fixes #10786 -- Document that NullBooleanField should be used rather than BooleanField with null=True. Thanks sbj3 for the patch. 14 lat temu
  Chris Beaven ab9e596ca6 Fixes #10754 - minor clarification to the post/pre_delete signal documentation 14 lat temu
  Chris Beaven 4fa9646716 Fixes #11596 -- Make paginator.Page iterable 14 lat temu
  Ramiro Morales de5f07513b Tweaked r16016: Removed a now superflous __init__ method in the Oracle GIS backend DatabaseOperations class. 14 lat temu
  Ramiro Morales 30b3d51599 Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations classes take a `connection` argument. Thanks calexium for the report. 14 lat temu