| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Fixed #16577 -- Added a map_creation block in openlayers.js template | Claude Paroz | |
| 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 | document changes for YearArchiveView. | Collin Anderson | |
| 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 | 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 | 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 #372 from ptone/patch-2 | Florian Apolloner | |
| Clearer wording for defer docs | |||
| 2012-09-15 | Clearer wording for defer docs | Preston Holmes | |
| 2012-09-15 | Fixes docs typo | Camilo Nova | |
| 2012-09-15 | Fixed #18131 - Documented ContentTypeManager.get_for_id; thanks sir_sigurd ↵ | Tim Graham | |
| for the report. | |||
| 2012-09-15 | Fixed #16929 - Documented how to extend UserAdmin with UserProfile fields; ↵ | Tim Graham | |
| thanks charettes for the draft example. | |||
| 2012-09-15 | Added an example of using a form wizard with different templates; thanks ↵ | Tim Graham | |
| Lorin Hochstein for the patch. | |||
| 2012-09-15 | Removed reference to note removed in ↵ | Tim Graham | |
| a78dd109e6c81c49e90e36e9b793bad67c46c23c; refs #15552 | |||
| 2012-09-15 | Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev for the ↵ | Tim Graham | |
| draft patch. | |||
| 2012-09-15 | Used ST_AsText for testing PostGIS raw query | Claude Paroz | |
| AsText will not be supported in further versions of PostGIS (>=2). | |||
| 2012-09-14 | Correcting my English. | Bryan Veloso | |
| 2012-09-14 | Adding myself to the committers list. | Bryan Veloso | |
| 2012-09-12 | Fixed my terribly outdated profile in committers.txt in celebration of my ↵ | Jeremy Dunck | |
| commit bit. | |||
| 2012-09-10 | Removed a colloquialism ("and then some") from the documentation index page ↵ | Julien Phalip | |
| that would be confusing to non-native English speakers. | |||
| 2012-09-10 | Removed an obsolete documentation page about admin style customization. | Julien Phalip | |
| 2012-09-10 | Document and test 'type' usage in Widget attrs | Claude Paroz | |
| Refs #16630. | |||
| 2012-09-09 | Replaced backwards-incompatible changes reference | Karen Tracey | |
| The previously-referenced wiki page documents backwards-incompatible changes from .96 to 1.0. Changed that referece to point to current in-development release notes, which is where such changes are now documented. | |||
| 2012-09-08 | Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names. | Carl Meyer | |
| Thanks UloPe and Eric Florenzano for the patch, and Malcolm Tredinnick for review. | |||
| 2012-09-08 | Fixed #15906 - Documented HEAD method in CBVs; thanks zsiciarz for the patch. | Tim Graham | |
| 2012-09-08 | Fixed typo in commit for #15730; thanks Bruno Renié for the catch. | Tim Graham | |
| 2012-09-08 | Fix typo: Non -> None | James Bennett | |
| 2012-09-08 | Untabify multi-db docs. | James Bennett | |
| 2012-09-08 | Ticket 18657: Fix inconsistent DB names in router example. | James Bennett | |
| This rewrites the entire example to use the same DB names throughout, and also is hopefully a bit more sensibly described. Additionally, the missing import of the random module for choosing a read slave is included in the example now. | |||
| 2012-09-08 | Updated print statements to work with py3; thanks Claude Paroz noting this. | Tim Graham | |
| 2012-09-08 | Fixed #18478 - Documented how to use a mutable default in a model field. | Tim Graham | |
| 2012-09-08 | Fixed #18628 - Added methods/attributes to CBV docs. Thanks Daniel Greenfeld! | Tim Graham | |
| 2012-09-08 | Merge pull request #359 from nmartini/ticket_18832 | Tim Graham | |
| Fixed #18832 - Updated ModelForm example fields to match note below | |||
| 2012-09-08 | Fixed #15730 - Documented the as_view() method for CBVs. | Tim Graham | |
| 2012-09-08 | Fixed a typo in the Python 3 compatibility docs. | Michal Petrucha | |
| 2012-09-08 | fixing modelforms example code, ticket #18832 | Nick Martini | |
| 2012-09-08 | Updated docs for dates generic views. | Aymeric Augustin | |
| Fixes #18245. Refs #3542. | |||
| 2012-09-08 | Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial ↵ | Preston Holmes | |
| patch. | |||
| 2012-09-08 | Fixed #17156 -- Added documentation examples for exists() | Tim Graham | |
| Thanks mrmagooey for the draft patch. | |||
| 2012-09-08 | Avoided mixing dates and datetimes in the examples. | Aymeric Augustin | |
| Refs #16023. | |||
| 2012-09-08 | Fixed #18365 - Added a reminder of the context processor required for the ↵ | Tim Graham | |
| set_language view. Thanks Nick Martini for the patch. | |||
