summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2012-09-28Fixed #18676 -- Allow fast-path deletion of objectsAnssi Kääriäinen
2012-09-28Added a way to check if a signal has listenersAnssi Kääriäinen
2012-09-28Used get_current_site in comments feed classClaude Paroz
2012-09-27Fixed #18881 -- Made the context option in {% trans %} and {% blocktrans %} a...Julien Phalip
2012-09-27Fixed #18518 -- Add warning re mod_wsgi and wsgi.py environ handling.Carl Meyer
2012-09-27fixed #10809 -- add a mod_wsgi authentication handlerPreston Holmes
2012-09-27Fixed a small oversight in auth testsPreston Holmes
2012-09-27Fixed #15695 -- Added `ResolverMatch` to the request object.Florian Apolloner
2012-09-27Fixed #18979 -- Avoid endless loop caused by "val in PermLookupDict"Anssi Kääriäinen
2012-09-26Fixed #18675 -- Fixed was_modified_since with floating-point mtimeClaude Paroz
2012-09-26Fixed parse_http_date docstring and moved related testsClaude Paroz
2012-09-26Fixed #18845 -- Do not swallow AttributeErrors when running commandsClaude Paroz
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-25Fixed #19020 -- Do not depend on dict order in formtools testsClaude Paroz
2012-09-24Fixed #18072 -- Made more admin links use reverse() instead of hard-coded rel...Ramiro Morales
2012-09-24Fixed #14861 -- Moved logging config outside of Settings.__init__Claude Paroz
2012-09-24Enlarged exception catching when testing for GDAL presenceClaude Paroz
2012-09-24Use create_index_name for FK namesAndrew Godwin
2012-09-24Add second shortener to create_index_name for very long columnsAndrew Godwin
2012-09-24Remove one of the last traces of SouthAndrew Godwin
2012-09-24Add comment to usage of m2m_reverse_field_nameAndrew Godwin
2012-09-24Fix altering of indexes alongside uniquesAndrew Godwin
2012-09-24Fix nullability changing codeAndrew Godwin
2012-09-24Fix NOT NULL sql for MySQLAndrew Godwin
2012-09-24Fix error message for unique constraintsAndrew Godwin
2012-09-24Do cheaper check for column having a type.Andrew Godwin
2012-09-24Fix non-executed SQLAndrew Godwin
2012-09-23[py3] Allowed bytes in get_prep_value for a GeometryClaude Paroz
2012-09-23[py3] Fixed unicode string in geoapp testClaude Paroz
2012-09-23[py3] Updated PostGIS adapterClaude Paroz
2012-09-23[py3] Fixed outdated map() call in GIS sql compilerClaude Paroz
2012-09-23[py3] Fixed GEOS/GDAL testsClaude Paroz
2012-09-23[py3] Added buffer/memoryview compatibilityClaude Paroz
2012-09-23Fixed #18982 - Caught TypeError in DateField.cleanAymeric Augustin
2012-09-22Fixed #18861 -- Triggered message validation with locmem email backendClaude Paroz
2012-09-22Fixed #18968 -- Only use separate GML regex for SpatiaLite < 3.0Brian Galey
2012-09-22Fixed #18951 -- Formatting of microseconds.Aymeric Augustin
2012-09-22Fixed #16218 -- date_list order in generic CBVs.Aymeric Augustin
2012-09-22Made geo3d tests independent from each otherClaude Paroz
2012-09-22Fixed #16835 -- add groups to auth.user admin list_filterDan Loewenherz
2012-09-22Fix introspection PK comment more.Andrew Godwin
2012-09-22Remove weird syncdb managed thing - no longer needed.Andrew Godwin
2012-09-22Remove special-casing for proxy/unmanaged modelsAndrew Godwin
2012-09-22Remove AppCache state handling, replace with swappable cachesAndrew Godwin
2012-09-21Un-borg-ify AppCacheAndrew Godwin
2012-09-21Fixed #10853 -- Skipped some sessions tests with dummy cache backendClaude Paroz
2012-09-20Imported getLogger directly from logging moduleClaude Paroz
2012-09-20Fixed #16577 -- Added a map_creation block in openlayers.js templateClaude Paroz
2012-09-20Fixed #17687 -- Made LayerMapping router-awareClaude Paroz