| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-22 | Fixed #18057 - Documented that caches are not cleared after each test; ↵ | Tim Graham | |
| thanks guettli for the suggestion. | |||
| 2012-09-22 | Fixed #18951 -- Formatting of microseconds. | Aymeric Augustin | |
| Thanks olofom at gmail com for the report. | |||
| 2012-09-22 | Fixed #16218 -- date_list order in generic CBVs. | Aymeric Augustin | |
| Thanks nnrcschmdt for the report and bpeschier for the initial version of the patch. | |||
| 2012-09-22 | Made geo3d tests independent from each other | Claude Paroz | |
| 2012-09-22 | Fixed #16835 -- add groups to auth.user admin list_filter | Dan Loewenherz | |
| 2012-09-22 | Fix introspection PK comment more. | Andrew Godwin | |
| 2012-09-22 | Remove weird syncdb managed thing - no longer needed. | Andrew Godwin | |
| 2012-09-22 | Remove special-casing for proxy/unmanaged models | Andrew Godwin | |
| 2012-09-22 | Remove AppCache state handling, replace with swappable caches | Andrew Godwin | |
| 2012-09-21 | Fixed #19008 typo in signals docs | Preston Holmes | |
| 2012-09-21 | Un-borg-ify AppCache | Andrew Godwin | |
| 2012-09-21 | Fixed #10853 -- Skipped some sessions tests with dummy cache backend | Claude Paroz | |
| 2012-09-21 | Merge pull request #386 from clelland/ticket_15269 | Tim Graham | |
| Fixed #15269 - Added documentation for get_caches function | |||
| 2012-09-20 | Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 | Tim Graham | |
| 2012-09-20 | Removed an excess colon. Thanks to jMyles for the patch. | Alex Gaynor | |
| 2012-09-20 | Add documentation for get_caches function | Ian Clelland | |
| 2012-09-20 | Imported getLogger directly from logging module | Claude Paroz | |
| This was a remainder of some 2.4 compatibility code. | |||
| 2012-09-20 | Fixed #16577 -- Added a map_creation block in openlayers.js template | Claude Paroz | |
| 2012-09-20 | Fixed #17687 -- Made LayerMapping router-aware | Claude Paroz | |
| Thanks nosamanuel@gmail.com for the report and the initial patch. | |||
| 2012-09-20 | Added a note about GEOS support for 3D/4D WKT notation | Claude Paroz | |
| See also http://trac.osgeo.org/geos/ticket/347 | |||
| 2012-09-19 | Fixed #15325 - Added a link to RelatedManager in the ManytoManyField docs; ↵ | Tim Graham | |
| thanks jammon for the suggestion. | |||
| 2012-09-19 | Fixed #14829 - Added references to CBVs in the URLConf docs; thanks Andrew ↵ | Tim Graham | |
| Willey for the suggestion. | |||
| 2012-09-19 | Fixed #13586 - Added an example of how to connect a m2m_changed signal handler. | Tim Graham | |
| 2012-09-19 | Revert "Fixed #16865 -- Made get_or_create use read database for initial get ↵ | Carl Meyer | |
| query." Thanks to Jeremy Dunck for pointing out the problem with this change. If in a single transaction, the master deletes a record and then get_or_creates a similar record, under the new behavior the get_or_create would find the record in the slave db and fail to re-create it, leaving the record nonexistent, which violates the contract of get_or_create that the record should always exist afterwards. We need to do everything against the master here in order to ensure correctness. This reverts commit 901af865505310a70dd02ea5b3becbf45819b652. | |||
| 2012-09-19 | Fixed #16865 -- Made get_or_create use read database for initial get query. | Carl Meyer | |
| Thanks Rick van Hattem for the report and trbs for the patch. | |||
| 2012-09-18 | Use unicode.translate to speed up js escaping. | Dave Hall | |
| 2012-09-18 | Fixed #18980 -- Fixed assertContains regression when passed an object | Jeremy Dunck | |
| 2012-09-18 | Fixed #18800 -- Support numbers bigger than max float in `numberformat`. | Florian Apolloner | |
| Thanks to jbvsmo for the patch and Brad Pitcher for the tests. | |||
| 2012-09-18 | Merge pull request #375 from collinanderson/patch-8 | Florian Apolloner | |
| versionadded for next/previous_year generic-date-based views doc | |||
| 2012-09-18 | document changes for YearArchiveView. | Collin Anderson | |
| 2012-09-18 | Dropping pointless self.fail calls | Andrew Godwin | |
| 2012-09-18 | Stylistic fixes: triple-quoted docstrings, more comments | Andrew Godwin | |
| 2012-09-17 | Fixed #18971 -- added root level CONTRIBUTING doc | Preston Holmes | |
| 2012-09-17 | Added myself as a committer. | Preston Holmes | |
| 2012-09-17 | Merge pull request #195 from pydanny/ajax-docs-example | Tim Graham | |
| Added example of AJAX form submission for CBVs. | |||
| 2012-09-17 | Python 3 compatability. 2.6 was a while back, I should learn ' as '. | Andrew Godwin | |
| 2012-09-17 | Fix bug in get_indexes affecting the tests | Andrew Godwin | |
| 2012-09-17 | Merge branch 'lotheac-fix_uploaded_file_exec' | Florian Apolloner | |
| 2012-09-17 | Fixed #18947 -- Don't make uploaded files executeable by default. | Florian Apolloner | |
| Thanks to Lauri Tirkkonen for the patch. | |||
| 2012-09-17 | More schema test fixing | Andrew Godwin | |
| 2012-09-17 | Added tests for d21f3d9b171a3cbff4c8ce7a9dbb8b8be3f21bac. | Florian Apolloner | |
| 2012-09-17 | Merge remote-tracking branch 'core/master' into schema-alteration | Andrew Godwin | |
| Conflicts: django/db/backends/mysql/base.py django/db/backends/postgresql_psycopg2/base.py | |||
| 2012-09-17 | Fix app loading/test interaction | Andrew Godwin | |
| 2012-09-17 | Only update `last_login` instead of the whole user object in ↵ | Florian Apolloner | |
| `update_last_login`. | |||
| 2012-09-17 | Add example of AJAX form submission. | Marc Tamlyn | |
| Credit goes to @SystemParadox. Originally developed at #DjangoCon Europe but wasn't tested enough to merge in. For history, please see https://github.com/pydanny/django/pull/4 | |||
| 2012-09-16 | Merge pull request #360 from calebsmith/add-permalink-wraps-test | Florian Apolloner | |
| Ticket #12836 - Added a test to assure permalink wraps method attributes | |||
| 2012-09-16 | Fixed #17485 regression -- only + select_related interaction | Anssi Kääriäinen | |
| When doing deeper than one level select_related() + only queries(), the code introduced in b6c356b7bb97f3d6d4831b31e67868313bbbc090 errored incorrectly. Thanks to mrmachine for report & test case. | |||
| 2012-09-16 | Merge pull request #372 from ptone/patch-2 | Florian Apolloner | |
| Clearer wording for defer docs | |||
| 2012-09-16 | Merge pull request #371 from camilonova/fix_docs_typo | Florian Apolloner | |
| Fixes docs typo | |||
| 2012-09-15 | Fixed #18530 -- Fixed a small regression in the admin filters where wrongly ↵ | Julien Phalip | |
| formatted dates passed as url parameters caused an unhandled ValidationError. Thanks to david for the report. | |||
