| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-04 | Used ngettext in a formsets error message | Claude Paroz | |
| Several languages will distinctly translate '%d or fewer forms' depending on the variable. | |||
| 2013-05-03 | Added clarification to the docs, pointing out that unique_for_date only ↵ | Aaron Cannon | |
| considers the date portion of DateTime fields. | |||
| 2013-05-03 | Added myself to the committers list. | Daniel Lindsley | |
| 2013-05-02 | Updated translation templates and removed en translations | Claude Paroz | |
| "en" translations have been mistakenly committed in 87cc3da81. | |||
| 2013-05-01 | Fixed #20338 - Document FQDN behavior with ALLOWED_HOSTS | Michael Manfre | |
| 2013-05-01 | Fixed test failures introduced in a5becad9094e5c5403b692b9a7b3a6ffaabf64a3. | Florian Apolloner | |
| 2013-05-01 | Fixed #19252 -- Added support for wheel packages. | Florian Apolloner | |
| Signed-off-by: Jannis Leidel <jannis@leidel.info> | |||
| 2013-04-30 | Fixed #20336 -- Removed obsolete paragraph from the docs. | Aymeric Augustin | |
| Thanks Baptiste Mispelon. | |||
| 2013-04-30 | Merge pull request #1034 from infraredgirl/master | Preston Holmes | |
| Fix two typos in database transactions docs | |||
| 2013-04-30 | Fix two typos in database transactions docs | Ana Krivokapic | |
| 2013-04-29 | Fixed #20330 -- Normalized spelling of "web server". | Aymeric Augustin | |
| Thanks Baptiste Mispelon for the report. | |||
| 2013-04-29 | Corrected "it's" to "its" when used possessively. | Thomas Thurman | |
| Fixed #20327. | |||
| 2013-04-28 | Tested that get_or_create raises IntegrityError. | Aymeric Augustin | |
| It used to raise "DatabaseError: no such savepoint" with the old transaction management. Closes #15117. | |||
| 2013-04-28 | Fixed #18986 -- Improved error message for missing files | Aymeric Augustin | |
| in CachedStaticFilesStorage. Thanks zyegfryed for his work on the patch. | |||
| 2013-04-28 | Pointed to the docs version switcher in tutorial 1. | Aymeric Augustin | |
| Refs #20324. Thanks dwisehart for the suggestion. | |||
| 2013-04-28 | Fixed #18336 -- Doubled request_queue_size. | Aymeric Augustin | |
| This reduces random failures to load static files with Google Chrome. | |||
| 2013-04-26 | Fixed #20321 -- Added missing key name in MergeDict KeyError message | Claude Paroz | |
| Thanks mark.harviston et gmail.com for the report. | |||
| 2013-04-25 | Converted a list comprehension into a generator expression in query_utils.py | Adrian Holovaty | |
| 2013-04-25 | Negligible formatting fixes in query_utils.py | Adrian Holovaty | |
| 2013-04-25 | Removed an errant ipdb import from commit 9777442 | Adrian Holovaty | |
| 2013-04-25 | Updated Transifex links to the Django project | Claude Paroz | |
| Translations for the Django framework are now hosted on the django-core Transifex project, and the django project is only dedicated to a team-only hub project. | |||
| 2013-04-24 | Merge pull request #1029 from carmi/patch-1 | Simon Charette | |
| Fix CharField typo in legacy-databases.txt docs | |||
| 2013-04-24 | Fix CharField typo in legacy-databases.txt docs | Evan Carmi | |
| The example Person model in the legacy databases HowTo had a typo referring to ChaField instead of Charfield | |||
| 2013-04-24 | Fixed documentation of disable_constraint_checking | Michael Manfre | |
| The docstring and base implementation of disable_constraint_checking do not indicate that a return value is expected for proper behavior. | |||
| 2013-04-24 | Fixed a rST bug in the README template in the reusable apps docs. | Jannis Leidel | |
| 2013-04-24 | Fixed the reusable apps docs to use a rst file extension for the README and ↵ | Jannis Leidel | |
| follow PEP8 a bit more. | |||
| 2013-04-23 | Fixed #20307 -- Word repeated in tutorial. | Thomas Thurman | |
| Replaced "the the" in the tutorial with "the". | |||
| 2013-04-23 | Clearer explanation when exception has no message | Marti Raudsepp | |
| "No exception supplied" is misleading; actually there is an exception, but there's no message string. | |||
| 2013-04-22 | Fixed #20270 -- Fixed error in AjaxResponseMixin documentation | Baptiste Mispelon | |
| 2013-04-22 | Fixed #19211 -- Adapted tutorial for Python 3 | Claude Paroz | |
| 2013-04-22 | Merge pull request #1024 from jktravis/master | Preston Holmes | |
| Updated reusable apps doc's review of project layout | |||
| 2013-04-21 | Added 'polls' sub directory under static and reorganized to more accurately ↵ | jktravis | |
| represent the project; compared using 'tree' command. | |||
| 2013-04-20 | Adapted uses of versionchanged/versionadded to the new form. | Juan Catalano | |
| Refs #20104. | |||
| 2013-04-20 | Removed unused imports. | Juan Catalano | |
| 2013-04-20 | Fixed #20104 -- Changed VersionDirective in order to avoid ambiguity. | Juan Catalano | |
| As explained in ticket #20104, the use of versionchanged/versionadded was confusing. To solve this ambiguity these directives no longer accept a second argument but now they only receive the version number (1st arg) and then a content with the proper comment. | |||
| 2013-04-20 | Updated tutorial INSTALLED_APPS section (removed contrib.sites) | Claude Paroz | |
| 2013-04-19 | Fix != operations on lazy objects. | Alex Gaynor | |
| 2013-04-19 | Fixed #20276 -- Implemented __bool__ for MergeDict | Anton Baklanov | |
| MergeDict evaluates now to False if all contained dicts are empty. Thanks til for the report and the initial patch. | |||
| 2013-04-19 | Fix schema editor interaction with new transactions | Andrew Godwin | |
| 2013-04-19 | Explained the pattern for special methods compatibility. | Aymeric Augustin | |
| 2013-04-18 | Complemented documentation following commit be9ae693c | Claude Paroz | |
| Refs #17840. Thanks Carl Meyer for noticing the omission. | |||
| 2013-04-18 | Fixed #20285 - Added missing commas in translation docs. | Tim Graham | |
| Thanks cody.j.b.scott@ | |||
| 2013-04-18 | Fixed #20286 - Typo in static files docs. | Tim Graham | |
| Thanks bmispelon. | |||
| 2013-04-18 | Merge branch 'master' into schema-alteration | Andrew Godwin | |
| Conflicts: django/db/backends/__init__.py django/db/backends/mysql/base.py django/db/backends/oracle/base.py django/db/backends/oracle/creation.py django/db/backends/postgresql_psycopg2/base.py django/db/backends/sqlite3/base.py django/db/models/fields/related.py | |||
| 2013-04-18 | Fixed #20282 -- Typo in WSGI docs. | Aymeric Augustin | |
| 2013-04-18 | Use `LOOKUP_SEP` in `get_or_create`. | Simon Charette | |
| 2013-04-16 | Refs #14567 -- Fixed failing test that wasn't being run. | Carl Meyer | |
| 2013-04-16 | Fixed #20266 -- Updated view example in CBV introduction | Claude Paroz | |
| Thanks jim at hellolocals.com for the report. | |||
| 2013-04-15 | Fixed #20262 -- Replaced a reference to the wrong model in the CBV doc. | Simon Charette | |
| Thanks to mossplix for the review and bmispelon for the review. | |||
| 2013-04-15 | Updated get_ogr_db_string in inspectapp tests to support MySQL/Spatialite | Claude Paroz | |
| The OGRInspectTest.test_time_field does still not succeed with these databases (even when removing the postgis guard), but at least it's now possible to setup a datasource. | |||
