| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-04 | Fixed 21406 -- Made blocktrans 'trimmed' option preserve line numbers. | Bouke Haarsma | |
| Thanks Bouke Haarsma for report, fix and initial patch. | |||
| 2013-12-04 | Fixed #21546 -- Strengthened kqueue detection. | Aymeric Augustin | |
| Thanks Loic Bistuer. | |||
| 2013-12-02 | Fixed #13476 -- Added support for color in console output under Windows. | Ramiro Morales | |
| Detect and use the services of the ANSICON third-party tool if it's available. | |||
| 2013-12-02 | Fixed #21538 -- Added numpy to test/requirements/base.txt | Alasdair Nicol | |
| Thanks Tim Graham for the report | |||
| 2013-12-02 | Merge pull request #2016 from loic/ticket21545 | Aymeric Augustin | |
| Fixed #21545 -- autoreload kqueue events weren't cleared which caused an infinite loop. | |||
| 2013-12-03 | Fixed #21545 -- autoreload kqueue events weren't cleared which caused an ↵ | Loic Bistuer | |
| infinite loop. | |||
| 2013-12-01 | Fixed #21543 -- Removed base_dir attribute in StaticFilesHandler. | Krzysztof Jurewicz | |
| This code seems to be an artifact of AdminMediaHandler removed in [5c53e30607]. | |||
| 2013-12-01 | Fixed incorrect type for max_length. | Tim Graham | |
| 2013-11-30 | Fixed #21535 -- Fixed password hash iteration upgrade. | Tim Graham | |
| Thanks jared_mess for the report. | |||
| 2013-11-30 | Refs #21230 -- removed direct settings manipulation from template tests | Unai Zalakain | |
| 2013-11-30 | Fixed #21358 -- Allowed runserver on non-English locales | Claude Paroz | |
| Thanks svartalf for the report. | |||
| 2013-11-30 | Removed gender-based pronouns per [c0a2daad78]. | Tim Graham | |
| 2013-11-30 | Documented the house style for gender neutral pronouns. | Alex Gaynor | |
| 2013-11-30 | Fixed comment typos. | Alex Hill | |
| 2013-11-30 | Closed file after reading pot file | Claude Paroz | |
| Faulty line was introduced in 50a8ab7cd1. | |||
| 2013-11-30 | Enabled makemessages to support several translation directories | Claude Paroz | |
| Thanks Rémy Hubscher, Ramiro Morales, Unai Zalakain and Tim Graham for the reviews. Also fixes #16084. | |||
| 2013-11-29 | Fixed an unescisarily gendered pronoun in a docstring | Alex Gaynor | |
| 2013-11-30 | Removed Form._errors from the docs in favor of the add_error API. | Loic Bistuer | |
| 2013-11-30 | Fixed #20867 -- Added the Form.add_error() method. | Loic Bistuer | |
| Refs #20199 #16986. Thanks @akaariai, @bmispelon, @mjtamlyn, @timgraham for the reviews. | |||
| 2013-11-29 | Fixed #21380 -- Added a way to set different permission for static directories. | Vajrasky Kok | |
| Previously when collecting static files, the directories would receive permissions from the global umask. Now the default permission comes from FILE_UPLOAD_DIRECTORY_PERMISSIONS and there's an option to specify the permissions by subclassing any of the static files storage classes and setting the directory_permissions_mode parameter. | |||
| 2013-11-28 | Fixed a deprecation warning introduced by 96dd48c83f. | Simon Charette | |
| 2013-11-28 | Merge pull request #2005 from loic/ticket21169 | Anssi Kääriäinen | |
| Use 'update_fields' in RelatedManager.clear() when bulk=False. | |||
| 2013-11-29 | Use 'update_fields' in RelatedManager.clear() when bulk=False. | Loic Bistuer | |
| Thanks Simon Charette for the suggestion. Refs #21169. | |||
| 2013-11-28 | Fixed #21496 -- Fixed crash when GeometryField uses TextInput | Claude Paroz | |
| Thanks Rhett Garber for the report and initial patch. | |||
| 2013-11-28 | All the E125 errors hvae been eradicated. | Alex Gaynor | |
| 2013-11-28 | Fixed E125 pep8 warnings | Christopher Medrela | |
| 2013-11-28 | Fixed #21517 -- Added unit test for non-autoincrement primary key with value 0. | Vajrasky Kok | |
| 2013-11-28 | Fixed #21515 -- Corrected example of template.Context in documentation. | Baptiste Mispelon | |
| Thanks to trac user oubiga for the report. | |||
| 2013-11-27 | A handle of flake8 fixes | Alex Gaynor | |
| 2013-11-27 | Added a warning regarding risks in serving user uploaded media. | Tim Graham | |
| Thanks Preston Holmes for the draft text. | |||
| 2013-11-27 | Merge pull request #2000 from loic/docs | Anssi Kääriäinen | |
| Fixed typo in release notes. | |||
| 2013-11-28 | Fixed typo in release notes. | Loic Bistuer | |
| 2013-11-27 | PEP-8 cleanup | Anssi Kääriäinen | |
| Refs #21169 | |||
| 2013-11-27 | Added a bulk option to RelatedManager remove() and clear() methods | Loic Bistuer | |
| Refs #21169 | |||
| 2013-11-27 | Used simpler queries for m2m clearing when possible. | Anssi Kääriäinen | |
| Refs #21169 | |||
| 2013-11-27 | Fixed #21169 -- Reworked RelatedManager methods use default filtering | Loic Bistuer | |
| The `remove()` and `clear()` methods of the related managers created by `ForeignKey`, `GenericForeignKey`, and `ManyToManyField` suffered from a number of issues. Some operations ran multiple data modifying queries without wrapping them in a transaction, and some operations didn't respect default filtering when it was present (i.e. when the default manager on the related model implemented a custom `get_queryset()`). Fixing the issues introduced some backward incompatible changes: - The implementation of `remove()` for `ForeignKey` related managers changed from a series of `Model.save()` calls to a single `QuerySet.update()` call. The change means that `pre_save` and `post_save` signals aren't called anymore. - The `remove()` and `clear()` methods for `GenericForeignKey` related managers now perform bulk delete so `Model.delete()` isn't called anymore. - The `remove()` and `clear()` methods for `ManyToManyField` related managers perform nested queries when filtering is involved, which may or may not be an issue depending on the database and the data itself. Refs. #3871, #21174. Thanks Anssi Kääriäinen and Tim Graham for the reviews. | |||
| 2013-11-27 | Update tutorial part 1 to discuss migrations properly | Andrew Godwin | |
| 2013-11-27 | Include deferred SQL in sqlmigrate output | Andrew Godwin | |
| 2013-11-27 | Fixed #21438: makemigrations now detects ManyToManyFields | Andrew Godwin | |
| 2013-11-27 | Field.deconstruct() howto docs | Andrew Godwin | |
| 2013-11-27 | PostGIS schema editor support | Andrew Godwin | |
| 2013-11-27 | Add gis deconstruct() method (this does not make schema work) | Andrew Godwin | |
| 2013-11-27 | Change initial migration writing to work as docs suggest. | Andrew Godwin | |
| Application template now includes an empty migrations module, and the autodetector will only make initial migrations for apps with empty modules. | |||
| 2013-11-27 | Fix squashed migration loading ordering issue | Andrew Godwin | |
| 2013-11-26 | Merge pull request #1985 from raphaa/21499 | Andrew Godwin | |
| Fixed #21499 -- Migrations won't work if field signature changes | |||
| 2013-11-26 | Replace use of dict.has_key with `key in dict` | Alex Gaynor | |
| 2013-11-26 | Fixed a typo in the documentation | Alex Gaynor | |
| 2013-11-26 | Fixed #21448 -- Fixed test client logout with cookie-based sessions | Claude Paroz | |
| Thanks Gunnar Scherf for the report and the suggested patch. | |||
| 2013-11-26 | Fixed #21355 -- try importing _imaging from PIL namespace first. | Richard Xia | |
| 2013-11-26 | Use str.isupper() to test if a string is uppercased. | Baptiste Mispelon | |
