summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2010-10-11Fixed #14279 -- Corrected a typo in the sitemaps tests (didn't affect the pas...Alex Gaynor
2010-10-10Don't mark a TemplateSyntaxError in flatpages as being translatable.Alex Gaynor
2010-10-10Fixed #14193: prepopulated_fields javascript now concatenates in correct orde...Andrew Godwin
2010-10-10Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse apps whenRamiro Morales
2010-10-10Converted contrib/webdesign doctests to unittests. We thoroughly deplore tho...Luke Plant
2010-10-10Converted contrib/auth/tokens doctests to unittests. We've always said "no m...Luke Plant
2010-10-09Ensure that the sitemaps test deactivates it's locale, so that subsequent tes...Russell Keith-Magee
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-10-09Fixed #12872 -- Removed vestiges of mythic old template validation admin app ...Ramiro Morales
2010-10-09Fixed #14354 -- Normalized the handling of empty/null passwords in contrib.au...Russell Keith-Magee
2010-10-08Fixed #14383 -- Corrected the capitalization of reStructuredText. Thanks to t...Russell Keith-Magee
2010-10-08Fixed #13218 -- Ensure that syndicated content served over HTTPS uses https:/...Russell Keith-Magee
2010-10-08#14374 -- Added some missing template files to ensure that contrib.auth tests...Russell Keith-Magee
2010-10-07Fixed #5425 - Incorrect plurals in admin pagination template.Luke Plant
2010-10-06Fixed #14412 -- Pointed contrib.comments comments-url-redirect URLpattern at ...Adrian Holovaty
2010-10-06Fixed #14414 -- Improved contenttypes shortcut() view to check that the Conte...Adrian Holovaty
2010-10-04Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Sit...Luke Plant
2010-10-01Fixed #14363 -- Fixed render method of ManyToManyRawIdWidget to set attrs to ...Jannis Leidel
2010-10-01Fixed #14362 -- Made sure all parameters are passed to the ManyToManyRawIdWid...Jannis Leidel
2010-10-01Fixed tabs introduced in r13968.Jannis Leidel
2010-10-01Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f...Jannis Leidel
2010-09-27Fixed a geographic sitemaps regression introduced in r13876.Justin Bronn
2010-09-26Fixed #13827 -- Cleaned up a few unnecessary function calls.Jannis Leidel
2010-09-14Fixed paste-o in [13855]Luke Plant
2010-09-14Fixed #2283 (again) - comment form templates don't validate as XHTMLLuke Plant
2010-09-13Fixed #14252 - django.contrib.flatpages unit tests assume default value for s...Luke Plant
2010-09-12Permit custom from-email address in auth forms email.Malcolm Tredinnick
2010-09-12Fixed #14060 -- PostGIS never implemented the `~=` operator for geography typ...Justin Bronn
2010-09-12Fixed regression in running the GeoDjango test suite after r13670 with additi...Justin Bronn
2010-09-11Fixed #13149 -- The admin `ForeignKeyRawIdWidget` now properly handles non-in...Justin Bronn
2010-09-11Fixed #13599 -- No longer embed hidden `<td>` elements in `ChangeList` that c...Justin Bronn
2010-09-10Fixed #11358: Don't include private flatpages in sitemap. Thanks dburke and m...Karen Tracey
2010-09-10Fixed id attribute generation in the admin docs page. Patch from simeon.Malcolm Tredinnick
2010-09-10Added login_url argument to login_required decorator. Thanks mhlakhani and er...Jannis Leidel
2010-09-10Fixed date parsing of 31st dates when current month has 30 days (!!).Malcolm Tredinnick
2010-09-10Admin changelist page now has consistent width with or without filterMalcolm Tredinnick
2010-09-10Adding related objects in the admin (via popup) respects userMalcolm Tredinnick
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-07Fixed #13081 - Admin actions lose get-parameters in changelist viewLuke Plant
2010-09-03Fixed #14090 - Many sql queries needed to display change user formLuke Plant
2010-08-30Fixed #14198 -- Corrected rendering of generic sitemaps when no priority is s...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-28Fixed #13723 -- Improved the legibility of hyperlinks included in admin valid...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-28Removed a stray DEBUG=True test setting introduced in r13641.Russell Keith-Magee
2010-08-27Fixed #14164 -- Ensure that sitemap priorities aren't rendered with localized...Russell Keith-Magee