summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-10Fixed id attribute generation in the admin docs page. Patch from simeon.Malcolm Tredinnick
2010-09-10Converted doctest to unittest. Patch by Alex Gaynor.Jannis Leidel
2010-09-10Added login_url argument to login_required decorator. Thanks mhlakhani and er...Jannis Leidel
2010-09-10When possible, sanity check the timezone setting to see if the Unix-likeMalcolm Tredinnick
2010-09-10Added more readable __str__ and __repr__ methods to MergeDict.Malcolm Tredinnick
2010-09-10Fixed #14245 -- Added some files and paths missing from the MANIFEST.in. Than...Russell Keith-Magee
2010-09-10Pass commit=False to loaddata in tests, which will keep the DB connection ope...Karen Tracey
2010-09-10Fixed #11158 - get_image_dimensions very slow/incorrect after 1 callLuke Plant
2010-09-10Fixed date parsing of 31st dates when current month has 30 days (!!).Malcolm Tredinnick
2010-09-10Fixed #14246: Modified aggregation_regress tests so that they will pass on a ...Karen Tracey
2010-09-10Admin changelist page now has consistent width with or without filterMalcolm Tredinnick
2010-09-10Fixed some of the problems with aggregation_regress tests on higher levles of...Karen Tracey
2010-09-10Adding related objects in the admin (via popup) respects userMalcolm Tredinnick
2010-09-10Fixed #14250 - FileBasedCacheTests.test_cull test failureLuke Plant
2010-09-09Fixed #14242 - UserChangeForm subclasses without 'user_permissions' field cau...Luke Plant
2010-09-09Converted tests for contrib.auth.forms to unit tests.Luke Plant
2010-09-09Patch CSRF-protection system to deal with reported security issue. Announceme...James Bennett
2010-09-07Fixed #13081 - Admin actions lose get-parameters in changelist viewLuke Plant
2010-09-07Fixed #13350 - Documentation on autoescape should mention endautoescapeLuke Plant
2010-09-07Fixed #13414 - QuerySet API ref wrong sql equivalent in __year lookup exampleLuke Plant
2010-09-07Fixed #13475 - for tag raises an exception when trying to unpack a non-iterab...Luke Plant
2010-09-07Fixed #13853 - line with csrf_token too wideLuke Plant
2010-09-07Fixed #14205 - Tiny grammar fix in form validation documentationLuke Plant
2010-09-03Fixed #13754 - Add a note about a test client session property gotchaLuke Plant
2010-09-03Fixed #14090 - Many sql queries needed to display change user formLuke Plant
2010-09-03Added explanatory note on CSRF failure page for the case of a missing Referer...Luke Plant
2010-08-31Fixed #14199 -- Added a missing table creation statement in the db cache back...Russell Keith-Magee
2010-08-30Fixed #14198 -- Corrected rendering of generic sitemaps when no priority is s...Russell Keith-Magee
2010-08-30Fixed #14054 -- Added documentation for the connection_created event. Thanks ...Russell Keith-Magee
2010-08-30Fixed #13798 -- Added connection argument to the connection_created signal. T...Russell Keith-Magee
2010-08-30Added a missing (empty) models.py file required for the tests from r13644 to ...Russell Keith-Magee
2010-08-30Fixed #14162 - Dumpdata needs an option to use the base manager instead of th...Luke Plant
2010-08-30Fixed #14145 - undeterministic behavior when project or app template contains...Luke Plant
2010-08-30Fixed #14189 - permalink docs import mistakeLuke Plant
2010-08-30Fixed #13759 - Multi-db docs have an example that isn't syntax highlightingLuke Plant
2010-08-28Fixed #12343 -- Added support for connection-by-socket to MySQL using the dbs...Russell Keith-Magee
2010-08-28Fixed #13723 -- Improved the legibility of hyperlinks included in admin valid...Russell Keith-Magee
2010-08-28Fixed #13681 -- Added a commented out admindocs entry to the default INSTALLE...Russell Keith-Magee
2010-08-28Fixed #14166 -- Modified the list of state choices in the Indian localflavor ...Russell Keith-Magee
2010-08-28Fixed #5192 -- Modified flatpage admin form to allow ~ and . characters in fl...Russell Keith-Magee
2010-08-28Fixed #6932 -- Added a template tag that gives a list of available flatpages ...Russell Keith-Magee
2010-08-28Fixed #14185 - improved example SQL for 'select' example.Luke Plant
2010-08-28Removed a stray DEBUG=True test setting introduced in r13641.Russell Keith-Magee
2010-08-28Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Rob...Russell Keith-Magee
2010-08-28Refactored markup documentation to give it it's own home.Russell Keith-Magee
2010-08-27Fixed #14168 -- Removed stray argument from docs for assertQuerysetEquals. Th...Russell Keith-Magee
2010-08-27Fixed #14164 -- Ensure that sitemap priorities aren't rendered with localized...Russell Keith-Magee
2010-08-27Fixed #14156 -- Modified the way CSRF protection is applied to flatpages so t...Russell Keith-Magee
2010-08-27Fixed #14116 -- Added a flag to enable CSRF checks in the test client. Thanks...Russell Keith-Magee
2010-08-26Fixed #14172: Corrected misspelling of explicitly. Thanks 3point2.Karen Tracey