Jannis Leidel
|
bf6ccebef7
|
Updated flatpages base translation files with new strings. Refs #17822.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17660 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-05 02:24:06 +00:00 |
Jannis Leidel
|
6c7b9b5ec8
|
Updated contenttypes base translation files with new strings. Refs #17822.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17659 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-05 02:23:57 +00:00 |
Jannis Leidel
|
4e058d82c5
|
Updated comments base translation files with new strings. Refs #17822.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17658 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-05 02:23:49 +00:00 |
Jannis Leidel
|
6ad7cf1841
|
Updated auth base translation files with new strings. Refs #17822.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17657 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-05 02:23:40 +00:00 |
Jannis Leidel
|
30b8ff3042
|
Updated admin base translation files with new strings. Refs #17822.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17656 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-05 02:23:31 +00:00 |
Jannis Leidel
|
b403e43c51
|
Updated core base translation files with new strings. Refs #17822.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17655 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-05 02:23:17 +00:00 |
Aymeric Augustin
|
a78e61b5e9
|
Fixed a ReST error. Thanks md4d for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17654 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-04 20:32:12 +00:00 |
Aymeric Augustin
|
cfd0cd1bc9
|
Documented a limit of the SQLite backend, in relation with the bulk_create function. Refs #17788.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17653 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-04 17:34:22 +00:00 |
Karen Tracey
|
20b021e506
|
Fix staticfiles_tests.TestCollectionCachedStorage.test_post_processing so it passes on Windows.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17652 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-04 16:47:28 +00:00 |
Jannis Leidel
|
59a436e963
|
Fixed #17677 -- Made sure the WizardView doesn't accidentally overwrite the `instance` or `queryset` form parameters when they are already set by the `get_form_kwargs` method. Thanks to goodtune and Stephan Jäkel.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17651 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-04 16:10:18 +00:00 |
Aymeric Augustin
|
60a62bf6f2
|
Fixed a typo in the sitemaps docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17650 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-04 09:33:28 +00:00 |
Julien Phalip
|
794fe19e19
|
Made the Selenium tests for the admin horizontal/vertical filter widgets a bit more thorough.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17649 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-04 04:50:58 +00:00 |
Julien Phalip
|
4dca9d166a
|
Added more thorough Selenium tests for the admin horizontal/vertical filter widgets.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17648 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-04 01:20:03 +00:00 |
Aymeric Augustin
|
21c38f9c34
|
Linked to the FAQ from the release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17647 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-03 22:54:55 +00:00 |
Aymeric Augustin
|
503c85affc
|
Fixed a typo in the time zone docs. Thanks Ramiro.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17646 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-03 22:41:21 +00:00 |
Aymeric Augustin
|
af3791fa7f
|
Fixed #17738 -- Extended the time zone documentation with a FAQ. Thanks Anssi for the questions and Jannis for the review.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17645 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-03 22:02:23 +00:00 |
Ramiro Morales
|
149e541034
|
Added a blurb about new SimpleTestCase class to release notes.
Also, tweaked the cross-referencing of `django.test` symbols.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17644 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-03 21:50:49 +00:00 |
Jannis Leidel
|
dd441701ce
|
Fixed #17717 (again) -- Used the new API for concrete models added in r17573. Many thanks to Simon Charette and Anssi Kääriäinen.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17643 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-03 21:34:51 +00:00 |
Aymeric Augustin
|
7ce1ad7c03
|
Made django.utils.timezone.localtime a private API -- it's too specific to the template engine.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17642 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-03 19:57:25 +00:00 |
Jannis Leidel
|
c988397279
|
Fixed #10498 -- Fixed using ugettext_lazy values when creating model instances. Thanks to Claude Paroz and Jonas Obrist.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17641 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-03 19:02:49 +00:00 |
Jannis Leidel
|
dc49e6143a
|
Fixed #17717 -- Fixed serialization of proxy models. Thanks, Anssi Kääriäinen.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17640 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-03 17:50:18 +00:00 |
Aymeric Augustin
|
48840cc9d1
|
Fixed a typo in r17638.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17639 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-03 17:41:32 +00:00 |
Ramiro Morales
|
3b2c53ac69
|
Modified a test added in r17508 to not run under Oracle.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17638 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-03 17:16:43 +00:00 |
Aymeric Augustin
|
3576c99f74
|
Fixed #17808 -- Explained why fixtures can trigger RuntimeWarnings after enabling time zone support, and how to fix them.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17637 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-03 10:13:35 +00:00 |
Aymeric Augustin
|
c0e73a4909
|
Fixed #9995 -- Updated the installation instructions to recommend pip. Also fixed ReST errors. Refs #9112.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17636 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-03 09:11:54 +00:00 |
Julien Phalip
|
d636150e53
|
Fixed #17198 -- Ensured that a deterministic order is used across all database backends for displaying the admin change list's results. Many thanks to Luke Plant for the report and general approach, to everyone involved in the design discussions, and to Carl Meyer for the patch review. Refs #16819.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17635 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-03 02:13:35 +00:00 |
Jannis Leidel
|
c76200a0bf
|
Fixed #17819 -- Convinced the NamedUrlWizardView to stop dropping files when stepping through the forms.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17634 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-03 01:06:37 +00:00 |
Jannis Leidel
|
126d9e1b49
|
Fixed #17817 -- Modified LocalMiddleware to use full URLs when redirecting to i18n URLs. Thanks to Paul for keeping an eye on the standards.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17633 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 22:35:26 +00:00 |
Carl Meyer
|
b9bf7cce89
|
Fixed #15169 -- Added conversion of 0/1 to False/True for MySQL GIS backend. Thanks zmsmith for report, and Ramiro for draft patch and review.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17632 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 22:32:22 +00:00 |
Carl Meyer
|
89b57a7c77
|
Added missing newline to makemessages output. Thanks Florian Apolloner for report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 20:34:46 +00:00 |
Adrian Holovaty
|
2ade1e916f
|
Edited stuff from [17543] to [17629]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 17:16:52 +00:00 |
Carl Meyer
|
3ed0b6ed64
|
Fixed #17799 - Documented that the execute() method of a management command is not suitable for calling the command from code; call_command should be used instead. Thanks kacah222 for the report and claudep for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 17:13:53 +00:00 |
Jannis Leidel
|
fcaf8eae14
|
Fixed #17046 -- Added a check if the username passed to User.objects.create_user is empty or not. Thanks, kwadrat.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17628 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 16:56:20 +00:00 |
Jannis Leidel
|
40b248acc7
|
Fixed #17723 -- Mentioned the changes done in r17547. Thanks, ryankask.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17627 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 16:56:11 +00:00 |
Jannis Leidel
|
d93a2ef887
|
Fixed #17568 -- Mentioned ``reverse_lazy`` in the ``LOGIN_REDIRECT_URL`` settings docs. Thanks, zsiciarz.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17626 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 16:56:04 +00:00 |
Jannis Leidel
|
4887a8de17
|
Fixed #16842 -- Modified the RedirectView to correctly handle query strings with percent symbols. Thanks, accuser, jamey@minilop.net and Claude Paroz.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17625 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 16:55:56 +00:00 |
Carl Meyer
|
7b624c6c32
|
Fixed #17794 - Added a bunch of cross-reference links to the DB queries topic documentation. Thanks guettli for the initial patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 16:45:06 +00:00 |
Carl Meyer
|
8cadf1d79a
|
Fixed #17790 - Made the Ajax CSRF jQuery example work with jQuery in compatibility mode, too. Thanks Jonathan Hayward for the suggestion.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17623 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 16:06:11 +00:00 |
Jannis Leidel
|
e88a65660f
|
Fixed #17806 -- Fixed off-by-n error in the CachedStaticFilesStorage that prevented it from finding files in nested directories. Many thanks to lpetre.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17622 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 11:29:14 +00:00 |
Jannis Leidel
|
746987f916
|
Fixed #17734 -- Made sure to only redirect translated URLs if they can actually be resolved to prevent unwanted redirects. Many thanks to Orne Brocaar and Anssi Kääriäinen for input.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17621 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 11:07:36 +00:00 |
Paul McMillan
|
a255d39338
|
Fixed 17764. Improved auth docs.
Thanks mbt for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17620 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 05:03:52 +00:00 |
Paul McMillan
|
84dd83f018
|
Fixes #17578. Improve setup instructions for Windows users.
Thanks Pariksheet Nanda for the report and zsiciarz for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17619 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 04:27:46 +00:00 |
Paul McMillan
|
2a4e49595a
|
Fixed #17766. Clarified HttpOnly flag on session cookie.
Thanks ptone for the patch!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17618 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 04:22:16 +00:00 |
Carl Meyer
|
60119d4f49
|
Refs #17800 - Added release notes and deprecation note about SECRET_KEY requirement.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17617 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 04:04:56 +00:00 |
Paul McMillan
|
10e671efaa
|
Modified the error when SECRET_KEY is missing to be a DeprecationWarning.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17616 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 03:48:26 +00:00 |
Paul McMillan
|
fe7ccdc5be
|
Fixed test cases that generate their own settings file.
Now they include SECRET_KEY.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17615 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 03:42:20 +00:00 |
Jannis Leidel
|
df1e505d9f
|
Added a default SECRET_KEY setting to the default test sesttings (refs #17800).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17614 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-02 00:05:13 +00:00 |
Jannis Leidel
|
1c33c0a02a
|
Fixed #17737 -- Stopped the collectstatic management command from copying the wrong file in repeated runs. Thanks, pigletto.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17612 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-01 23:02:38 +00:00 |
Aymeric Augustin
|
4557058083
|
Fixed #17800 -- Prevented Django from starting without a SECRET_KEY, since that opens a variety of security problems. Thanks PaulM for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17611 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-01 21:38:45 +00:00 |
Carl Meyer
|
d0f162c73c
|
Corrected contrib.markup filter errors to not use misleading template syntax.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17610 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-01 19:49:19 +00:00 |