index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-09-12
Fixed #16291 -- Documented that TypedChoiceField does not coerce empty_value....
Julien Phalip
2011-09-11
Added an implementation of bulk insert via the ORM to the Oracle DB backend.
Ramiro Morales
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-09-11
Fixed #16742 -- Provided code examples in the models documentation for access...
Julien Phalip
2011-09-11
Fixed #16334: Make it quite clear that cache_page's 'cache' argument refers t...
James Bennett
2011-09-11
Fixed #16094: Added clear example of how to refer to custom permissions.
James Bennett
2011-09-11
Fixed #16109: Corrected an inconsistency in URLconf examples for matching a n...
James Bennett
2011-09-11
Fixed #16293: Document a way to return dicts with column names from a DB cursor.
James Bennett
2011-09-11
Fixed #16552: Noted that contrib.sessions is a requirement for the admin.
James Bennett
2011-09-11
Fixed #16079: Clarified (for real this time) how handler404 and handler500 wo...
James Bennett
2011-09-11
Added basic release notes for 1.2.7.
Carl Meyer
2011-09-11
Fixed #16276 -- Noted in the deployment documentation index that the Django B...
Julien Phalip
2011-09-11
Fixed #16231 -- Added support for GML and KML on the SpatiaLite backend. Tha...
Justin Bronn
2011-09-11
Fixed #14138 -- Removed a superfluous import in the sqlite3 DB backend.
Ramiro Morales
2011-09-11
Fixed #13429 -- Changed `WorldBorders` to just `WorldBorder` in GeoDjango tut...
Justin Bronn
2011-09-11
Fixed #15305 -- Made `Count` aggregate and `.values()` play nice together on ...
Justin Bronn
2011-09-10
Fixed #14648 -- Fixed annotated date querysets when `GeoManager` is used. Th...
Justin Bronn
2011-09-10
Kill some more dead code.
Alex Gaynor
2011-09-10
Remove a bunch of deadcode/dead imports.
Alex Gaynor
2011-09-10
Fixed bulk_insertion on databases which don't yet support it. Thanks to Justi...
Alex Gaynor
2011-09-10
Ensure bulk_create returns the right value if the argument is an empty list.
Alex Gaynor
2011-09-10
Ensure bulk_create returns what it is supposed to.
Alex Gaynor
2011-09-10
Fixed #16810, corrected a bad docstring. Thanks to kenkam for the patch.
Alex Gaynor
2011-09-10
Removed the deprecated-since-1.2 "supports_object_permissions" and "supports_...
Alex Gaynor
2011-09-10
Remove this deprecated alias.
Alex Gaynor
2011-09-10
Fixed #16592 -- More test changes and documentation to account for MySQL's ca...
Russell Keith-Magee
2011-09-10
Make a comment more accurate.
Alex Gaynor
2011-09-10
Fixed #16809 -- Forced MySQL to behave like a database. This avoids a problem...
Russell Keith-Magee
2011-09-10
Fixed #16490 -- Skipped a test failure that only occurs under Python 2.6.1 (i...
Russell Keith-Magee
2011-09-10
Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis....
Justin Bronn
2011-09-10
Fixed #16808, removed some dead code from teh ORM. Thanks to aaugustin for th...
Alex Gaynor
2011-09-10
Refs #16490 - Add a commit to ensure that a fresh read is provided; this is o...
Russell Keith-Magee
2011-09-10
Fixed #16280. Document that both args and kwargs cannot be passed to reverse ...
Alex Gaynor
2011-09-10
Fixed #16537 -- Fixed multi-db issues with GeoDjango utilities. Thanks, Shan...
Justin Bronn
2011-09-10
Fixed #16162. Added timeout arg to `DummyCache.set_many`, for compatiblity wi...
Alex Gaynor
2011-09-10
Added basic release notes for 1.2.6 and 1.3.1.
Carl Meyer
2011-09-10
Corrected documentation inconsistencies regarding deprecation of URLField.ver...
Carl Meyer
2011-09-10
Fixed #16790 -- Modified the geographic admin to work after r16594. Thanks, ...
Justin Bronn
2011-09-10
Fixed #16793. Added more cross referencing to the load tag's documentation. ...
Alex Gaynor
2011-09-10
Fixed #11404. Added ``FormSet.has_changed``, for consistancy with ``Form.has...
Alex Gaynor
2011-09-10
Make ``Formset.__getitem__`` O(1), rather than O(n). If you override ``__ite...
Alex Gaynor
2011-09-10
Altered the behavior of URLField to avoid a potential DOS vector, and to avoi...
Russell Keith-Magee
2011-09-10
Corrected an issue which could allow attackers to manipulate session data usi...
Russell Keith-Magee
2011-09-10
Added protection against spoofing of X_FORWARDED_HOST headers. A security ann...
Russell Keith-Magee
2011-09-10
Fixed #13670 -- Comparisons with the spatial adapter won't blow up in some co...
Justin Bronn
2011-09-10
Fixed #15722: ensure formsets evaluate to True even if they have no forms. Th...
Karen Tracey
2011-09-09
Fixed #16782 -- Corrected a broken cross-reference to the database engine set...
Gabriel Hurley
2011-09-09
Added two pointless query repeats to work around a known issue with MySQL tha...
Russell Keith-Magee
2011-09-09
Fixes #16664 -- URLField's to_python method fails with ValueError on some url...
Chris Beaven
2011-09-09
Removed extra call to `syncdb` that slipped in with r16749.
Justin Bronn
[prev]
[next]