| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-02 | PEP8 cleanup | 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 | PEP8 | Jason Myers | |
| Signed-off-by: Jason Myers <jason@jasonamyers.com> | |||
| 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 | Merge pull request #1854 from rayashmanjr/master | Alex Gaynor | |
| Correct flake8 E302 violations | |||
| 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 | Fixed failing test around DST change. | Loic Bistuer | |
| The timezone arithmetic done in JS can be off by one hour around DST change. We work around this issue by adding one extra hour to the test error margin when we detect a DST change is near. Refs #20663. | |||
| 2013-11-02 | Correct flake8 E302 violations | Ray Ashman Jr | |
| 2013-11-02 | Fixed all E261 warnings | coagulant | |
| 2013-11-02 | Fixed syntax error in queries/tests.py | Anssi Kääriäinen | |
| 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 | Merge pull request #1847 from Bouke/docs/django | Alex Gaynor | |
| Django should be capitalized in text | |||
| 2013-11-02 | Django should be capitalized in text | Bouke Haarsma | |
| 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 #21373 -- Typo fixed in i18n docs | Claude Paroz | |
| Thanks rpq at winscores.com for the report. | |||
| 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 #21354 -- Documented contrib.redirects defaults to 301 redirects | Bouke Haarsma | |
| Thanks glarrain for the suggestion. | |||
| 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 | Merge pull request #1839 from sbellem/small-typo-fix | Tim Graham | |
| Fixed typo -- "a" user, not "an" user | |||
| 2013-11-01 | Fixed typo -- "a" user, not "an" user | Sylvain Bellemare | |
| 2013-11-01 | Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 on | Claude Paroz | |
| Thanks thevlad at gmail.com for the report. | |||
| 2013-11-01 | Fixed #21359 -- Corrected MySQL collation name in databases docs | Claude Paroz | |
| Thanks k_sze 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 #18508 -- tests for repeated deletion bug in ModelFormSet | Ole Laursen | |
| The ticket's issue was already fixed by patch for #14877. | |||
| 2013-10-31 | Fixed #15529 -- More permissive geojson syntax in constructor | Claude Paroz | |
| Thanks Wouter Klein Heerenbrink for the report. | |||
| 2013-10-31 | Fixed #21339 -- Documented removal of some form field error messages | Claude Paroz | |
| 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 | Merge pull request #1829 from akaariai/ticket_14877 | Anssi Kääriäinen | |
| Fixed #14877 -- repeated deletion using formsets Reviewed by Loic Bistuer | |||
| 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. | |||
