summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-14Slight cleanup to r16829, thanks Alex Gaynor for the note.Paul McMillan
2011-09-14Fixed #16494 by normalizing HttpResponse behavior with non-string input. Http...Paul McMillan
2011-09-13Fixed #16778 -- Improved escaping of geometries on PostgreSQL, allowing GeoDj...Justin Bronn
2011-09-13Updated versions and added `libproj-dev` to the GeoDjango installation docs.Justin Bronn
2011-09-13Fixed #16833 -- Removed undocumented `mixin` parameter from the `Storage.open...Jannis Leidel
2011-09-13Fixed #16815 -- Rectified the code example for hidden_fields and visible_fiel...Julien Phalip
2011-09-13Fixed #4198 -- Fixed a small styling issue in the admin calendar widget. Than...Julien Phalip
2011-09-12Fixed some improper quotes in the form fields reference doc.Julien Phalip
2011-09-12Fixed #16291 -- Documented that TypedChoiceField does not coerce empty_value....Julien Phalip
2011-09-11Added an implementation of bulk insert via the ORM to the Oracle DB backend.Ramiro Morales
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-11Fixed #16742 -- Provided code examples in the models documentation for access...Julien Phalip
2011-09-11Fixed #16334: Make it quite clear that cache_page's 'cache' argument refers t...James Bennett
2011-09-11Fixed #16094: Added clear example of how to refer to custom permissions.James Bennett
2011-09-11Fixed #16109: Corrected an inconsistency in URLconf examples for matching a n...James Bennett
2011-09-11Fixed #16293: Document a way to return dicts with column names from a DB cursor.James Bennett
2011-09-11Fixed #16552: Noted that contrib.sessions is a requirement for the admin.James Bennett
2011-09-11Fixed #16079: Clarified (for real this time) how handler404 and handler500 wo...James Bennett
2011-09-11Added basic release notes for 1.2.7.Carl Meyer
2011-09-11Fixed #16276 -- Noted in the deployment documentation index that the Django B...Julien Phalip
2011-09-11Fixed #16231 -- Added support for GML and KML on the SpatiaLite backend. Tha...Justin Bronn
2011-09-11Fixed #14138 -- Removed a superfluous import in the sqlite3 DB backend.Ramiro Morales
2011-09-11Fixed #13429 -- Changed `WorldBorders` to just `WorldBorder` in GeoDjango tut...Justin Bronn
2011-09-11Fixed #15305 -- Made `Count` aggregate and `.values()` play nice together on ...Justin Bronn
2011-09-10Fixed #14648 -- Fixed annotated date querysets when `GeoManager` is used. Th...Justin Bronn
2011-09-10Kill some more dead code.Alex Gaynor
2011-09-10Remove a bunch of deadcode/dead imports.Alex Gaynor
2011-09-10Fixed bulk_insertion on databases which don't yet support it. Thanks to Justi...Alex Gaynor
2011-09-10Ensure bulk_create returns the right value if the argument is an empty list.Alex Gaynor
2011-09-10Ensure bulk_create returns what it is supposed to.Alex Gaynor
2011-09-10Fixed #16810, corrected a bad docstring. Thanks to kenkam for the patch.Alex Gaynor
2011-09-10Removed the deprecated-since-1.2 "supports_object_permissions" and "supports_...Alex Gaynor
2011-09-10Remove this deprecated alias.Alex Gaynor
2011-09-10Fixed #16592 -- More test changes and documentation to account for MySQL's ca...Russell Keith-Magee
2011-09-10Make a comment more accurate.Alex Gaynor
2011-09-10Fixed #16809 -- Forced MySQL to behave like a database. This avoids a problem...Russell Keith-Magee
2011-09-10Fixed #16490 -- Skipped a test failure that only occurs under Python 2.6.1 (i...Russell Keith-Magee
2011-09-10Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis....Justin Bronn
2011-09-10Fixed #16808, removed some dead code from teh ORM. Thanks to aaugustin for th...Alex Gaynor
2011-09-10Refs #16490 - Add a commit to ensure that a fresh read is provided; this is o...Russell Keith-Magee
2011-09-10Fixed #16280. Document that both args and kwargs cannot be passed to reverse ...Alex Gaynor
2011-09-10Fixed #16537 -- Fixed multi-db issues with GeoDjango utilities. Thanks, Shan...Justin Bronn
2011-09-10Fixed #16162. Added timeout arg to `DummyCache.set_many`, for compatiblity wi...Alex Gaynor
2011-09-10Added basic release notes for 1.2.6 and 1.3.1.Carl Meyer
2011-09-10Corrected documentation inconsistencies regarding deprecation of URLField.ver...Carl Meyer
2011-09-10Fixed #16790 -- Modified the geographic admin to work after r16594. Thanks, ...Justin Bronn
2011-09-10Fixed #16793. Added more cross referencing to the load tag's documentation. ...Alex Gaynor
2011-09-10Fixed #11404. Added ``FormSet.has_changed``, for consistancy with ``Form.has...Alex Gaynor
2011-09-10Make ``Formset.__getitem__`` O(1), rather than O(n). If you override ``__ite...Alex Gaynor
2011-09-10Altered the behavior of URLField to avoid a potential DOS vector, and to avoi...Russell Keith-Magee