summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-30Avoided storing ExpressionNodes in dictsAnssi Kääriäinen
2012-09-29Added a missing commaPreston Holmes
2012-09-29Fixed a couple errors and inconsistencies in mod_wsgi docsPreston Holmes
2012-09-30Corrected links to only()/defer() in Model documentationAnssi Kääriäinen
2012-09-29Moved filter at handler levelClaude Paroz
2012-09-29Fixed #18993 -- 'django' logger logs to console when DEBUG=TrueClaude Paroz
2012-09-29Combined Django DEFAULT_LOGGING with user LOGGING configClaude Paroz
2012-09-29Fixed #17058 - Clarified where extras/csrf_migration_helper.py is locatedTim Graham
2012-09-29Merge branch 'ticket15695'Florian Apolloner
2012-09-29Added link to PostGIS matrix on OSGeo WikiClaude Paroz
2012-09-29Fixed #18919 -- Stopped dropping Z attribute when transforming geometriesClaude Paroz
2012-09-29Used TransactionTestCase in ModWsgiHandlerTestCaseClaude Paroz
2012-09-29Fixed #11948 -- Added interpolate and project linear referencing methodsClaude Paroz
2012-09-29Fixed #19041 -- Corrected the handling of default usernames in createsuperuser.Russell Keith-Magee
2012-09-28Fixed #12871 - Documented creation of a comment form for authenticated users;...Tim Graham
2012-09-28Made more extensive use of get_current_siteClaude Paroz
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 a typo in runserver docsTim Graham
2012-09-27Fixed #11460 - Added a FAQ regarding missing rows in the admin.Tim Graham
2012-09-27Fixed two broken links introduced in recent commits.Tim Graham
2012-09-27Added a note regarding interaction between GitHub and Trac PluginPreston Holmes
2012-09-27fixed #10809 -- add a mod_wsgi authentication handlerPreston Holmes
2012-09-27Fixed a small oversight in auth testsPreston Holmes
2012-09-27Added complementary regression test for commit c1729510Eduardo Cereto Carvalho
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-26Merge pull request #391 from reverie/patch-1Tim Graham
2012-09-25Fixed #19020 -- Do not depend on dict order in formtools testsClaude Paroz
2012-09-25Merge pull request #394 from yohanboniface/doc_typosAlex Gaynor
2012-09-25Fix little typo in cache documentationYohan Boniface
2012-09-24Fixed #18072 -- Made more admin links use reverse() instead of hard-coded rel...Ramiro Morales
2012-09-24Fix docs for context_processors.authAndrew Badr
2012-09-24Called parent __init__ in test logging handlerClaude Paroz
2012-09-24Fixed #14861 -- Moved logging config outside of Settings.__init__Claude Paroz
2012-09-24Replaced a deprecated assertEqualsClaude Paroz
2012-09-24Enlarged exception catching when testing for GDAL presenceClaude Paroz
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-23Made a version condition less confusing.Aymeric Augustin