Ramiro Morales
|
13cfdb0d8b
Fixed a couple of small documentation typos.
|
14 år sedan |
Jannis Leidel
|
abc1e92d85
Fixed #15758 -- Removed stale constants that were missed in r15983.
|
14 år sedan |
Jannis Leidel
|
12265410ac
Fixed #15672 -- Refined changes made in r15918. Thanks, vung.
|
14 år sedan |
Jacob Kaplan-Moss
|
5b0e4e49d4
Fixed #14091 - be more correct about logging queries in connection.queries.
|
14 år sedan |
Jannis Leidel
|
598032b8c4
Fixed #15698 -- Fixed inconsistant handling of context_object_name in paginated MultipleObjectMixin views. Thanks, Dave Hall.
|
14 år sedan |
Jannis Leidel
|
4da29717fd
Fixed #15673 -- Allow limit_choices_to to use a tuple for __in filters. Thanks, EnTeQuAk.
|
14 år sedan |
Jannis Leidel
|
7478aeb0a7
Fixed #15705 -- Added Croatian (hr) localflavor. Thanks, Zlatko Mašek and Julien Phalip.
|
14 år sedan |
Jannis Leidel
|
e1f7bc0a41
Fixed #15013 -- Added Russian (ru) localflavor package. Thanks, blackraven and Julien Phalip.
|
14 år sedan |
Jannis Leidel
|
0e5d5d6218
Fixed #15662 -- Made sure the module_has_submodule utility function follow correct PEP 302, passing the package as the second argument to the find_module method of the importer. Thanks, Bradley Ayers.
|
14 år sedan |
Jannis Leidel
|
01d0bf011e
Fixed #13810 -- Truncate numbers correctly when given number of decimal positions is zero. Thanks, milosu and Łukasz Rekucki.
|
14 år sedan |
Jannis Leidel
|
0e9692bc66
Fixed #13689 -- Convert the per_page value to an integer upon initialization of the Paginator class to prevent unpleasant TypeErrors. Thanks, rbanffy, Eric Florenzano and Claude Paroz.
|
14 år sedan |
Jannis Leidel
|
e744fec8f9
Fixed #11321 -- Handle timezones correctly in conjunction with naturalday filter. Thanks, aarond10 and seocam.
|
14 år sedan |
Jannis Leidel
|
ea248f0107
Fixed #12771 -- Added naturaltime filter to humanize contrib app. Thanks, phinpho, djansoft and xtrqt.
|
14 år sedan |
Jannis Leidel
|
8b588747ed
Fixed #12379 -- Added Chinese (cn) localflavor package. Thanks, Xia Kai, Daniel Duan, DaNmarner and Łukasz Rekucki.
|
14 år sedan |
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 år sedan |
Jannis Leidel
|
51cfd7a50b
Fixed #11531 -- Removed unused dateparse.js from admin JavaScript directory.
|
14 år sedan |
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 år sedan |
Jannis Leidel
|
59d1f82634
Fixed #11251 -- Extended Australian localflavor to ship a few model fields additionally. Thanks, Simon Meers and Julien Phalip.
|
14 år sedan |
Jannis Leidel
|
157255fd98
Fixed #11203 -- Stopped some form fields in the admin from rendering incorrectly in RTL mode when using Internet Explorer.
|
14 år sedan |
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 år sedan |
Jannis Leidel
|
7d11c30994
Fixed #6953 -- Correctly sort ManyToMany fields in ModelForms. Thanks, dgouldin, mk and Alex.
|
14 år sedan |
Luke Plant
|
327081f875
Added note about HTML5 to release notes.
|
14 år sedan |
Jacob Kaplan-Moss
|
6488f15a8e
Minor cleanup to the select_for_update tests (as suggested by Alex Gaynor).
|
14 år sedan |
Jacob Kaplan-Moss
|
c92e0e4765
Added notes about `select_for_update` to the 1.4 release notes.
|
14 år sedan |
Jacob Kaplan-Moss
|
8f0f73c7b8
Fixed #2705: added a `select_for_update()` clause to querysets.
|
14 år sedan |
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 år sedan |
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 år sedan |
Carl Meyer
|
6bdaef26ec
Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning not-installed models (by default). Thanks adsva for report.
|
14 år sedan |
Luke Plant
|
fda8a9a390
Fixed case of DOCTYPE in 500 template, for the sake of consistency.
|
14 år sedan |
Luke Plant
|
2bb3401d06
Fixed various validation errors caught by the validator.nu HTML5 validator.
|
14 år sedan |