| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-14 | Added backported fixes to 1.6.1 release notes. | Baptiste Mispelon | |
| 2013-11-14 | Fixed #21432 -- DateTimeQuery now copies tzinfo when cloning. | Loic Bistuer | |
| Thanks Enrique Martínez for the report and @bmispelon for the tests. | |||
| 2013-11-14 | Merge pull request #1920 from mattrobenolt/unboundlocalerror | Aymeric Augustin | |
| Fixed #21439 -- Propagated get_user_model exception from get_user | |||
| 2013-11-14 | Propagate get_user_model exception from get_user | Matt Robenolt | |
| Fixes #21439 | |||
| 2013-11-14 | Release notes for ORM changes in 1.6 | Anssi Kääriäinen | |
| 2013-11-13 | Added release note for #21410; thanks Loic. | Tim Graham | |
| 2013-11-13 | Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+' | Loic Bistuer | |
| Regression introduced by commit 9777442. Thanks to trac username troygrosfield for the report and test case. | |||
| 2013-11-12 | Fixed typos in previous commit (9aa6d4bdb6618ba4f17acc7b7c0d1462d6cbc718). | Baptiste Mispelon | |
| 2013-11-12 | Removed a mention of `Form._errors` from the documentation. | Baptiste Mispelon | |
| Also removed a sentence that was incorrect: raising a `ValidationError` inside `Form.clean` doesn't clear the `cleaned_data` attribute. Thanks to loic84 and timograham for the review. | |||
| 2013-11-12 | Fixed typo in lru_cache.py; refs #21351. | Vajrasky Kok | |
| 2013-11-11 | Flake8 fixes -- including not runnign flake8 over a backported file | Alex Gaynor | |
| 2013-11-11 | Merge pull request #1907 from Bouke/tickets/21388 | Claude Paroz | |
| Fixed #21388 -- Corrected language code for Frisian | |||
| 2013-11-11 | Fixed #21423 -- Fixed typo in widgets.py. | Baptiste Mispelon | |
| 2013-11-11 | Fixed #21421 -- Added level_tag attribute on messages. | Sjoerd Langkemper | |
| Exposing the level name (e.g. "info") makes it possible to prepend something to the class name. For example, Twitter Bootstrap has an alert-info class. This class can now be added to the message using `class="alert-{{ message.level_tag }}". Because the level_tag was on the end of the `tags` property, it could not be used in this fashion when extra_tags were given. | |||
| 2013-11-11 | Fixed #21420 once more. | Aymeric Augustin | |
| 2013-11-11 | Fixed #21388 -- Corrected language code for Frisian | Bouke Haarsma | |
| 2013-11-11 | Fixed #20990 -- Ensured unicode paths in compilemessages | Claude Paroz | |
| Thanks Gregoire Astruc for the report and furins for the review. | |||
| 2013-11-11 | Fixed #9523 -- Restart runserver after compiling apps translations | Bouke Haarsma | |
| Django also uses locales provided by apps, which also might change. Also when i18n is disabled, there is no need for watching translation files. | |||
| 2013-11-11 | Merge pull request #1906 from DanSears/master | Aymeric Augustin | |
| Added description of MySQL Connector/Python | |||
| 2013-11-11 | Fixed #21420 -- Autoreloader on BSD with Python 3. | Aymeric Augustin | |
| Thanks Bouke Haarsma for the report. | |||
| 2013-11-11 | Fix syntax error under Python 3.2. | Aymeric Augustin | |
| 2013-11-11 | Fixed #21351 -- Replaced memoize with Python's lru_cache. | Bouke Haarsma | |
| Replaced the custom, untested memoize with a similar decorator from Python's 3.2 stdlib. Although some minor performance degradation (see ticket), it is expected that in the long run lru_cache will outperform memoize once it is implemented in C. Thanks to EvilDMP for the report and Baptiste Mispelon for the idea of replacing memoize with lru_cache. | |||
| 2013-11-10 | added description of MySQL Connector/Python | DanSears | |
| Reorganized the MySQLdb section into a "MySQL DB API Drivers" section that describes both MySQLdb and MySQL Connector/Python. Included description of the Django adaptors for these DB API drivers. | |||
| 2013-11-10 | Fixed typo in tutorial 2; refs #21418. | Tim Graham | |
| 2013-11-09 | Fixed #21372 -- Corrected docs regarding translating LANGUAGES. | Bernardo Pires | |
| Corrected LANGUAGES documentation on how to translate language names. Now using django.utils.translation.ugettext_lazy instead of a dummy gettext() function. Thanks to Salvatore for the report. | |||
| 2013-11-09 | Fixed #14800 -- Suppressed WSGIRequestHandler message filtering | Claude Paroz | |
| Filtering out static file requests in runserver has been judged arbitrary and can hide some debugging-related activity. Thanks Roy Smith for the report and Aymeric Augustin for the review. | |||
| 2013-11-09 | Fixed spelling of compatibility. | Tim Graham | |
| 2013-11-09 | Fixed #21398 -- Fixed BCryptSHA256PasswordHasher with py-bcrypt and Python 3. | Tim Graham | |
| Thanks arjan at anymore.nl for the report. | |||
| 2013-11-09 | Fixed doc typo. | Tim Graham | |
| 2013-11-09 | flake8 fix | Alex Gaynor | |
| 2013-11-09 | Fixed versionadded misuse in the admin documentation. | Baptiste Mispelon | |
| 2013-11-09 | Fixed #21378 -- Updated tutorial02 for how to override admin site header. | Vajrasky Kok | |
| 2013-11-09 | Recommended flake8 to check coding style. | Tim Graham | |
| 2013-11-09 | Fixed #21383 -- Added request details in SuspiciousOperation messages | Claude Paroz | |
| 2013-11-09 | Don't initialize PostGIS-specific stuff for non-db connections | Claude Paroz | |
| Refs #16969. | |||
| 2013-11-09 | Removed useless comment. Refs #21172 | Anssi Kääriäinen | |
| 2013-11-09 | Fixed #16969 -- Don't connect to named database when possible | Claude Paroz | |
| Thanks Andreas Pelme for the report and initial patch, and Aymeric Augustin, Shai Berger and Tim Graham for the reviews. | |||
| 2013-11-09 | Merge pull request #1743 from unaizalakain/ticket_21172 | Anssi Kääriäinen | |
| Fixed #21172 -- have LiveServerThread follow the semantics of threading.Thread.join() | |||
| 2013-11-08 | Noted that .clear() will delete intermediary models | Cody Scott | |
| 2013-11-08 | Fixed docs for EmailMessage extra_headers attribute | Tom Scholl | |
| The EmailMessage documentation describes the initialization parameters and states they 'can be set at any time prior to calling the send() method.'. However, the 'headers' parameter's corresponding attribute is called 'extra_headers'. | |||
| 2013-11-08 | Added missing parameter in npgettext_lazy docs | glts | |
| 2013-11-08 | Flake8 fix -- correct number of newlines between top level definitions | Alex Gaynor | |
| 2013-11-08 | Fixed a typo in admindocs template | Claude Paroz | |
| Thanks Reza Mohammadi for the report. | |||
| 2013-11-08 | Fixed #17529 -- get_template_from_string default arguments break | Unai Zalakain | |
| ``get_template_from_string`` default arguments were breaking ``assertTemplateUsed``. The solution has been to return only the names of the templates with a ``name`` attribute distinct of ``None``. The default ``name`` kwarg of ``Template`` has been changed to ``None``, more pythonic than ``'<Unknown Template>'``. | |||
| 2013-11-08 | Fixed #13970 -- Made SelectDateWidget use the standard widget is_required ↵ | Claude Paroz | |
| attribute Thanks mitar for the report and Tim Graham for the review. | |||
| 2013-11-08 | Removed obsolete locale restriction admonition | Claude Paroz | |
| Refs #14461. Thanks Ramiro Morales for pointing this. | |||
| 2013-11-08 | Fixed #21396: Document backwards-incompatible change in ↵ | Baptiste Mispelon | |
| RedirectView.get_redirect_url. Thanks to Tim for the review. | |||
| 2013-11-07 | Fixed a couple flake8 warnings. | Tim Graham | |
| 2013-11-08 | Fixed #5849 -- Strip whitespace from blocktrans | Bouke Haarsma | |
| Add the trimmed option to the blocktrans tag to trim any newlines and whitespace from its content. This allows the developer to indent the blocktrans tag without adding new lines and whitespace to the msgid in the PO file. Thanks to mpessas for the initial patch and Dmitri Fedortchenko for the report. | |||
| 2013-11-07 | Merge pull request #1850 from unaizalakain/ticket_13725 | Anssi Kääriäinen | |
| Fixed #13725 -- take url scheme into account in assertRedirects Thanks to Loic for review. | |||
