Timo Graham
|
ca984aa50a
Fixed #17334 - Documented the commit message style for backports; thanks krzysiumed for the draft patch.
|
13 lat temu |
Aymeric Augustin
|
5e75678c8b
Fixed #17444 -- Made it possible to customize the 'To' header in emails.
|
13 lat temu |
Aymeric Augustin
|
e5999ce234
Fixed #17440 -- Used a more natural default date format in the Italian locale. Thanks rm_ and tekNico.
|
13 lat temu |
Timo Graham
|
067352ec02
Fixed #17470 - Broken links in 0.95/0.96 release notes; thanks fastinetserver for the report; aaugustin for the patch.
|
13 lat temu |
Julien Phalip
|
0bf2d33770
Added the ability to specify multiple ports available for the `LiveServerTestCase` WSGI server. This allows multiple processes to run the tests simultaneously and is particularly useful in a continuous integration context. Many thanks to Aymeric Augustin for the suggestions and feedback.
|
13 lat temu |
Ramiro Morales
|
a82204fa9a
Moved validation of project names to an earlier spot so no directory with invalid name is created.
|
13 lat temu |
Ramiro Morales
|
f185024fc4
Made sure the new project template functionality works when the template
|
13 lat temu |
Aymeric Augustin
|
3367913c3d
Fixed #17476 -- Ensure timezone-dependant cache keys only use ASCII characters, especially on Windows.
|
13 lat temu |
Julien Phalip
|
ec07a30e82
Indicated the exact version that is required to use the "WebDriverWait" example in the testing doc.
|
13 lat temu |
Ramiro Morales
|
953a471a21
Made sure `manage.py help test` works.
|
13 lat temu |
Julien Phalip
|
a343a84ce6
Added the `wait_until()` and `wait_loaded_tag()` methods to `AdminSeleniumWebDriverTestCase` to prevent some concurrency issues with in-memory SQLite database access in the admin Selenium tests. Thanks to Florian Apolloner, Anssi Kääriäinen and Aymeric Augustin for their help debugging this problem.
|
13 lat temu |
Jannis Leidel
|
46c12d1293
Fixed #17455 -- Extended `CachedStaticFilesStorage` slightly to handle some URLs better that are used to add support for webfonts to IE 6-8. Also ignore `data:` URLs and fragment-only URLs (e.g. `#default#VML`).
|
13 lat temu |
Aymeric Augustin
|
ae0ce4373f
Moved calls to addCleanup before assertions in admin_scripts tests, so that cleanup occurs even when tests fails.
|
13 lat temu |
Aymeric Augustin
|
12206bdf0f
Fixed a test that was failing under Windows.
|
13 lat temu |
Aymeric Augustin
|
cac7818e5e
Removed Python 2.3 compatibility code from the admin_scripts tests.
|
13 lat temu |
Aymeric Augustin
|
a62ce30661
Fixed #17463 -- Conditionally skipped tests that Windows isn't able to run.
|
13 lat temu |
Aymeric Augustin
|
e8a6fee6e6
Fixed a CacheKeyWarning under Windows.
|
13 lat temu |
Karen Tracey
|
b045783729
Fixed #17462: Adjusted staticfiles CachedFilesMixin code so its tests pass on Windows.
|
13 lat temu |
Karen Tracey
|
5df784ab42
Fixed deletion of the runtests temp tree to work on Windows even when the tree contains non-ASCII filenames.
|
13 lat temu |
Jannis Leidel
|
db2b1458b1
Fixed #17047 -- Improved django.db.utils.load_backend to raise a better exception when using a unqualified database backend name. Thanks, Jonas Obrist.
|
13 lat temu |
Jannis Leidel
|
ff1f423d29
Fixed a few tests to run on Python 2.5. Thanks, Florian Apolloner.
|
13 lat temu |
Aymeric Augustin
|
4403ce10b7
Removed a redundant paragraph from the templates builtins doc.
|
13 lat temu |
Aymeric Augustin
|
4c445fdfaa
Fixed #17110 -- Mentionned that the {% filter %} tag doesn't support the 'safe' and 'escape' filters. Thanks benspaulding.
|
13 lat temu |
Aymeric Augustin
|
d72c0bdc46
Fixed #17457 -- Marked strings used in hash descriptions for translation.
|
13 lat temu |
Timo Graham
|
fe876f0119
Fixed #17442 - Broken link in refs/templates/builtins.txt
|
13 lat temu |
Aymeric Augustin
|
91f5970bb4
Added a lower level test for numberformat when grouping is 0 and force_grouping is True. Thanks Claude Paroz. Refs #17414.
|
13 lat temu |
Aymeric Augustin
|
ddb2a9eb9e
Fixed #17414 -- Prevented numberformat from trying to group digits when the number of digits per group is zero.
|
13 lat temu |
Luke Plant
|
1c16907199
Added a password reset link to default admin login page if a password reset URL is available.
|
13 lat temu |
Gabriel Hurley
|
14ba0df3d0
Cleanup of typos, links, etc. in timezone docs.
|
13 lat temu |
Jannis Leidel
|
6fcbe90954
Minor fixes to the release notes.
|
13 lat temu |