| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-03 | Fixed flake8 E251 violations | Milton Mazzarri | |
| 2013-11-03 | Whitespace fix | Alex Gaynor | |
| 2013-11-03 | Re-expose Count here | Alex Gaynor | |
| 2013-11-03 | Fixed #14170 -- Reset i18n cache when settings change | Bouke Haarsma | |
| 2013-11-02 | Fixed the remaining E302 violations int eh django package | Alex Gaynor | |
| 2013-11-02 | Checkout prior commit of _doctest.py | Ray Ashman Jr | |
| 2013-11-02 | Revert change to django/test/_doctest.py | Ray Ashman Jr | |
| 2013-11-02 | Correct flake8 E302 violations | Ray Ashman Jr | |
| 2013-11-02 | Fixed all E261 warnings | coagulant | |
| 2013-11-02 | Fixing E302 Errors | Jason Myers | |
| Signed-off-by: Jason Myers <jason@jasonamyers.com> | |||
| 2013-11-02 | Fixed the remaining E302 violations int eh django package | Alex Gaynor | |
| 2013-11-02 | Checkout prior commit of _doctest.py | Ray Ashman Jr | |
| 2013-11-02 | Revert change to django/test/_doctest.py | Ray Ashman Jr | |
| 2013-11-02 | Correct flake8 E302 violations | Ray Ashman Jr | |
| 2013-11-02 | Fixed all E261 warnings | coagulant | |
| 2013-11-02 | Fixed #14511 -- bug in .exclude() query | Anssi Kääriäinen | |
| 2013-11-02 | More attacking E302 violators | Alex Gaynor | |
| 2013-11-02 | Merge pull request #1849 from brabadu/master | Alex Gaynor | |
| Fixed flake8 E241 | |||
| 2013-11-02 | Replaced a hardcoded "2" with the right named constant | Alex Gaynor | |
| 2013-11-02 | Fixed flake8 E241 | Boryslav Larin | |
| 2013-11-02 | Merge pull request #1848 from rayashmanjr/master | Alex Gaynor | |
| Correct flake8 violation E261 | |||
| 2013-11-02 | Correct flake8 violation E261 | Ray Ashman Jr | |
| 2013-11-02 | Fixed #21302 -- Fixed unused imports and import *. | Tim Graham | |
| 2013-11-02 | Fixed #21375 -- related_name='+' clashed with other '+' names | Anssi Kääriäinen | |
| 2013-11-02 | Fixed #21366 -- regression in join promotion logic | Anssi Kääriäinen | |
| The regression was caused by ecaba3602837d1e02fe1e961f7d3bf9086453259 and affected OR connected filters. | |||
| 2013-11-02 | Fixed #21341 -- Eased https requests with the test client | Unai Zalakain | |
| All request methods of ``django.test.client.Client`` receive a ``secure`` argument that defaults to ``False`` indicating whether or not to make the request through https. Thanks Aymeric Augustin for the review. | |||
| 2013-11-02 | Continue to attack E302 violations | Alex Gaynor | |
| 2013-11-02 | Merge pull request #1799 from Bouke/tickets/9523 | Aymeric Augustin | |
| Fixed #9523 -- Restart runserver after translation MO files change | |||
| 2013-11-02 | Fixed #21324 -- Translate CSRF failure view | Bouke Haarsma | |
| Thanks to Claude Paroz for the original patch. | |||
| 2013-11-02 | Fixed #9523 -- Restart runserver after translation MO files change | Bouke Haarsma | |
| Thanks to Krzysztof Kulewski for the initial patch. | |||
| 2013-11-01 | Fixed spelling ("dependant" -> "dependent") | Tim Graham | |
| Dependent means reliant on. A dependant is a person like a child or spouse. Thanks Andrew Wilcox for the report. | |||
| 2013-11-01 | Improved resource limits handling in the kqueue autoreloader. | Aymeric Augustin | |
| Refs #21356. Thanks Loïc. | |||
| 2013-10-31 | Fixed #15529 -- More permissive geojson syntax in constructor | Claude Paroz | |
| Thanks Wouter Klein Heerenbrink for the report. | |||
| 2013-10-31 | Started attackign the next flake8 violation | Alex Gaynor | |
| 2013-10-31 | Merge pull request #1830 from aaugustin/instant-reload-os-x | Aymeric Augustin | |
| Add instant autoreload on platforms supporting kqueue. Fix #21356. | |||
| 2013-10-31 | Reduce the set of events that trigger a reload. | Aymeric Augustin | |
| This seems to avoid multiple reloads. | |||
| 2013-10-30 | Add instant autoreload on platforms supporting kqueue. | Aymeric Augustin | |
| 2013-10-30 | Fixed #14877 -- repeated deletion using formsets | Anssi Kääriäinen | |
| When a formset contained deletion for an existing instance, and the instance was already deleted, django threw an exception. A common cause for this was resubmit of the formset. Original patch by Trac alias olau. In addition this commit cleaned some code in _construct_form(). This was needed as the primary key value the user submitted wasn't converted correctly to python value in case the primary key field was also a related field. | |||
| 2013-10-30 | Fixed #9722 - used pyinotify as change detection system when available | Unai Zalakain | |
| Used pyinotify (when available) to replace the "pool-every-one-second" mechanism in `django.utils.autoreload`. Thanks Chris Lamb and Pascal Hartig for work on the patch. | |||
| 2013-10-30 | Auto-apply initial migrations if their tables exist already. | Andrew Godwin | |
| 2013-10-30 | Fixed #21347 -- Added missing JS variable declaration. | Tim Graham | |
| Thanks szymon.barglowski at gmail.com for the report. | |||
| 2013-10-30 | Fixed #20610: Added a message level dict to contrib.message context processor. | Baptiste Mispelon | |
| 2013-10-30 | Fixed #21345: Don't evaluate callable settings in the debug page. | Baptiste Mispelon | |
| Thanks to crass for the report. | |||
| 2013-10-29 | Fixed #8261 -- ModelAdmin hook for customising the "show on site" button | Unai Zalakain | |
| ``ModelAdmin.view_on_site`` defines wether to show a link to the object on the admin detail page. If ``True``, cleverness (i.e. ``Model.get_absolute_url``) is used to get the url. If it's a callable, the callable is called with the object as the only parameter. If ``False``, not link is displayed. With the aim of maitaining backwards compatibility, ``True`` is the default. | |||
| 2013-10-29 | Use `callable` instead of `six.callable`. | Baptiste Mispelon | |
| The `callable` builtin was added back in python 3.2 which is the minimal python3 version supported by django at this point. | |||
| 2013-10-26 | Remove dsome import * | Alex Gaynor | |
| 2013-10-26 | Fixed all the E203 violations | Alex Gaynor | |
| 2013-10-26 | Fixed #21335 -- Use importlib from python3 when using python3 | Andrey Antukh | |
| 2013-10-26 | Fixed up some more flake8 violations (this particular violation still has ↵ | Alex Gaynor | |
| many occurrences in the tests/ dir so it can't be removed from setup.cfg yet) | |||
| 2013-10-25 | Undelete the login() call inadvertantly removed in 4e0a2fe59c | Claude Paroz | |
| Refs #21271. | |||
