Jannis Leidel
|
441c4e08cd
Fixed #16498 -- Fixed typo in GenericIPAddressField docs. Thanks, JshWright.
|
13 năm trước cách đây |
Jannis Leidel
|
c59a635624
Fixed #16520 -- Fixed typo in Hungarian localization formats introduced in r16429. Thanks, slink.
|
13 năm trước cách đây |
Jannis Leidel
|
dc2bfae1e5
Fixed #16531 -- Fixed various instances of "undefined name" issues. Thanks, Bruno Renié.
|
13 năm trước cách đây |
Jannis Leidel
|
db594f90ba
Fixed #16533 -- Stopped the memcache cache backend from raising an exception if the timeout value isn't an integer. Thanks, Jeff Balogh.
|
13 năm trước cách đây |
Chris Beaven
|
4f50d248a8
Fixes #16532 -- Clearer explanation of how the test client expects HTTP headers to be passed. Thanks for the patch, Ricardo Bánffy.
|
13 năm trước cách đây |
Jannis Leidel
|
d99b86d6c1
Fixed #16518 -- Fixed collectstatic management command to run on Jython. Thanks, Josh Smeaton.
|
13 năm trước cách đây |
Jannis Leidel
|
6b80640fd7
Fixed #16413 -- Stopped an auth test from failing if LOGIN_URL is set to a non-default value. Thanks, Aymeric Augustin.
|
13 năm trước cách đây |
Chris Beaven
|
34a71dc4e4
Add some simple regression tests for the truncatechars filter. Refs #16510.
|
13 năm trước cách đây |
Jannis Leidel
|
afd8a47df7
Fixed #16510 -- Actually added new truncatechars filter to the builtins and fixed a typo. Thanks, timdumol.
|
13 năm trước cách đây |
Alex Gaynor
|
b8db443437
Fixed some 5-space indents that were introduced with multidb.
|
13 năm trước cách đây |
Jannis Leidel
|
127b7fdce8
Fixed #16469 -- Improved documentation of Django internals, including the new backport policy. Many thanks to Aymeric Augustin.
|
13 năm trước cách đây |
Jannis Leidel
|
8f7b5024b2
Fixed #16414 -- Added standard Windows make batch file for Sphinx. Thanks, Aymeric Augustin.
|
13 năm trước cách đây |
Ramiro Morales
|
0452d4c3cc
Fixed #16480 -- Modified test added in r16522 so it doesn't use a query not supported under Oracle (`GROUP BY` a NCLOB field). Thanks Aymeric for the report. Refs #4186
|
13 năm trước cách đây |
Luke Plant
|
9896b0df73
Grammar fixes and content tweaks to XSS section of security docs.
|
13 năm trước cách đây |
Brian Rosner
|
99cd76e273
Added a note about the AJAX CSRF example not working on jQuery 1.5
|
13 năm trước cách đây |
Jannis Leidel
|
3b77458371
Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Beaven.
|
13 năm trước cách đây |
Jannis Leidel
|
12b7c2a702
Fixed #15707 -- Made the GIS feed compatible to the class based feeds and introduced a little helper view that works like the previous feed view in the syndication app which was removed in r15976.
|
13 năm trước cách đây |
Jannis Leidel
|
24f4764a48
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
|
13 năm trước cách đây |
Chris Beaven
|
956da729d1
Add a note to USE_L10N settings documentation that startproject sets USE_L10N = True
|
13 năm trước cách đây |
Simon Meers
|
86ac8c1327
Fixed #16000 -- reference natural keys in contenttypes documentation. Thanks jsdalton.
|
13 năm trước cách đây |
Simon Meers
|
4d920c5ecd
Fixed #15715 -- added non-trivial decorator example to CBV docs. Thanks toofishes.
|
13 năm trước cách đây |
Simon Meers
|
8d6c2dad9d
Fixed #16440 -- minor ungettext documentation issue, thanks Bradley Ayers.
|
13 năm trước cách đây |
Alex Gaynor
|
4c5c8dca31
Properly implement PEP 302 in the module_loading module. For unknown reasons this doesn't actually raise an error under CPython, but PyPy does, and the currently implementation is clearly in violation of the PEP, which states that finder.find_module's second argument is either None or package.__path__ and imp.find_module whose second argument should be either None or a list of paths.
|
13 năm trước cách đây |
Jannis Leidel
|
723b574793
Fixed #16447 -- Stopped using the setting name as the sender parameter for the setting_changed signal. Thanks, Alex Gaynor.
|
13 năm trước cách đây |
Ramiro Morales
|
54b9c03d80
Fixed a typo in the `multiple_database` tests. Thanks Jim Dalton.
|
13 năm trước cách đây |
Timo Graham
|
ee7cac0806
Fixed #16434 - corrected "django.forms.widgets.extras" to "django.forms.extras.widgets"; thanks rfk.
|
13 năm trước cách đây |
Ramiro Morales
|
823a231500
Fixed typos in admin_views tests XML fixtures.
|
13 năm trước cách đây |
Luke Plant
|
6d029359e9
Fixed bug with our SimpleCookie regarding load/custom Morsel, and simplified implementation
|
13 năm trước cách đây |
Alex Gaynor
|
319b0cfb83
Explicitly close a file in the collectstatic management command.
|
13 năm trước cách đây |
Ramiro Morales
|
68d18b8492
FIlter warnings about deprecated syntax of the `url` template tag in recently added tests.
|
13 năm trước cách đây |