Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Jannis Leidel ea248f0107 Fixed #12771 -- Added naturaltime filter to humanize contrib app. Thanks, phinpho, djansoft and xtrqt. 14 gadi atpakaļ
  Jannis Leidel 8b588747ed Fixed #12379 -- Added Chinese (cn) localflavor package. Thanks, Xia Kai, Daniel Duan, DaNmarner and Łukasz Rekucki. 14 gadi atpakaļ
  Jannis Leidel 6c17190bf8 Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin and InlineModelAdmin to be able to handle prepopulated fields on a case-by-case basis. Thanks, leanmeandonothingmachine. 14 gadi atpakaļ
  Jannis Leidel 51cfd7a50b Fixed #11531 -- Removed unused dateparse.js from admin JavaScript directory. 14 gadi atpakaļ
  Jannis Leidel a845eba8dd Fixed #11283 -- Made sure that latest() clears previously specified ordering in a QuerySet. Thanks to benmoran, punteney, mk and and Julien Phalip. 14 gadi atpakaļ
  Jannis Leidel 59d1f82634 Fixed #11251 -- Extended Australian localflavor to ship a few model fields additionally. Thanks, Simon Meers and Julien Phalip. 14 gadi atpakaļ
  Jannis Leidel 157255fd98 Fixed #11203 -- Stopped some form fields in the admin from rendering incorrectly in RTL mode when using Internet Explorer. 14 gadi atpakaļ
  Jannis Leidel f4be8bd53d Fixed #9089 -- Correctly handle list values in MultiValueDict instances when passed to django.utils.http.urlencode. Thanks, kratorius, guettli and obeattie. 14 gadi atpakaļ
  Jannis Leidel 7d11c30994 Fixed #6953 -- Correctly sort ManyToMany fields in ModelForms. Thanks, dgouldin, mk and Alex. 14 gadi atpakaļ
  Luke Plant 327081f875 Added note about HTML5 to release notes. 14 gadi atpakaļ
  Jacob Kaplan-Moss 6488f15a8e Minor cleanup to the select_for_update tests (as suggested by Alex Gaynor). 14 gadi atpakaļ
  Jacob Kaplan-Moss c92e0e4765 Added notes about `select_for_update` to the 1.4 release notes. 14 gadi atpakaļ
  Jacob Kaplan-Moss 8f0f73c7b8 Fixed #2705: added a `select_for_update()` clause to querysets. 14 gadi atpakaļ
  Gabriel Hurley 99c1794427 Fixed #15794 -- Corrected an error in the docs which indicated applying decorators to any of the view-like methods would work when it will only work reliably with dispatch. 14 gadi atpakaļ
  Gabriel Hurley 1b1060c916 Fixed #15593 -- Added a note that the output of `reverse` is urlquoted. Thanks to guettli for the report and draft patch. 14 gadi atpakaļ
  Carl Meyer 6bdaef26ec Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning not-installed models (by default). Thanks adsva for report. 14 gadi atpakaļ
  Luke Plant fda8a9a390 Fixed case of DOCTYPE in 500 template, for the sake of consistency. 14 gadi atpakaļ
  Luke Plant 2bb3401d06 Fixed various validation errors caught by the validator.nu HTML5 validator. 14 gadi atpakaļ
  Luke Plant 26cda43012 Switched to HTML5 doctype in all Django supplied templates. 14 gadi atpakaļ
  Adrian Holovaty 519534bf03 Fixed #15846 -- Fixed unfinished sentence in django-admin.txt. Thanks, follower 14 gadi atpakaļ
  Jannis Leidel 196ac8f8b3 Fixed #6213 -- Updated the flatpages app to only append a slash if the flatpage actually exist. 14 gadi atpakaļ
  Luke Plant 96520e87bd Corrected factual error regarding logging in the CSRF docs 14 gadi atpakaļ
  Luke Plant 4175e3d104 Fixed #10917 - admin/base.html should contain messages block 14 gadi atpakaļ
  Luke Plant 1286d78311 Fixed #15791 - method to signal that callable objects should not be called in templates 14 gadi atpakaļ
  Chris Beaven 9587235530 Fixes #15721 (again) via a minor tweak to avoid unexpected behaviour of copy() which caused a range of test failures 14 gadi atpakaļ
  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 gadi atpakaļ
  Ian Kelly b4c83138e9 Fixed #15534: Made the Oracle runtime test for regex capabilities use the !DatabaseOperations connection instead of grabbing the default connection. 14 gadi atpakaļ
  Ramiro Morales 487cd1fa23 Added new tests I forgot to include in [16038]. 14 gadi atpakaļ
  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 gadi atpakaļ
  Adrian Holovaty d3e5380b41 Fixed #15800 -- Fixed error in class-based-views docs. Thanks, Natim 14 gadi atpakaļ