summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-08-04Refs #3397 -- Corrected the Exception that is caught when ordering by non-fie...Gary Wilson Jr
2007-07-28After discussing with Malcolm, added set_unusable_password() and has_usable_p...Simon Willison
2007-07-26Fixed #4971 -- Fixed some escaping and quoting problems in the databrowse con...Gary Wilson Jr
2007-07-19Fixed #3925 -- Added Slovak localflavor items. Thanks, Martin Kosír.Malcolm Tredinnick
2007-07-16Fixed #4887 -- Fixed another place where template tag arguments are usedMalcolm Tredinnick
2007-07-16Fixed #4199 -- Changed date formatting in HTTP expires header to be specMalcolm Tredinnick
2007-07-14Fixed #4862 -- Fixed invalid Javascript creation in popup windows in admin.Malcolm Tredinnick
2007-07-13Fixed #4556 -- Stylistic changes to [5500]. Thanks, glin@seznam.cz.Malcolm Tredinnick
2007-07-13Fixed #4865 -- Replaced a stray generator comprehension with a listMalcolm Tredinnick
2007-07-13Fixed #4846 -- Fixed some Python 2.3 encoding problems in the admin interface.Malcolm Tredinnick
2007-07-13Fixed #3505 -- Added handling for the error raised when the user forgets the ...Russell Keith-Magee
2007-07-12Fixed #4775 -- Added some missing Hungarian accents to the urlify.js LATIN_MA...Russell Keith-Magee
2007-07-12Fixed #4808 -- Added Chilean regions in localflavor. Thanks, Marijn Vriens <m...Russell Keith-Magee
2007-07-12Improved syndication feed framework to use RequestSite if the sites framework...Adrian Holovaty
2007-07-12Added RequestSite class to sites frameworkAdrian Holovaty
2007-07-12Added helpful error message to SiteManager.get_current() if the user hasn't s...Adrian Holovaty
2007-07-10Fixed #3760 -- Added the ability to manually set feed- and item-level idMalcolm Tredinnick
2007-07-07Changed HttpRequest.path to be a Unicode object. It has already beenMalcolm Tredinnick
2007-07-04Fixed #4766 -- Added Russian support to Javascript slug creation. Thanks,Malcolm Tredinnick
2007-07-04Fixed Javascript syntax from [5608] that was causing a problem in Opera. FixedMalcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-07-03Fixed #4729 -- SessionWrapper.pop now sets modified flag if necessary. Thanks...Adrian Holovaty
2007-07-03Fixed #4751 -- Fixed that AnonymousUser.__str__ to always return a stringMalcolm Tredinnick
2007-06-25Removed unneeded import.Malcolm Tredinnick
2007-06-23Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. AllMalcolm Tredinnick
2007-06-23Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assumeMalcolm Tredinnick
2007-06-22Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick
2007-06-20Fixed #4556 -- Admin showAddAnotherPopup JavaScript function can now handle U...Adrian Holovaty
2007-06-20Fixed #4584 -- Fixed improper </div> nesting in databrowse object_detail.html...Adrian Holovaty
2007-06-20Fixed #4618 -- Fixed error in django.contrib.redirects new_path handling. Tha...Adrian Holovaty
2007-06-19Fixed behaviour of contrib.auth.forms.PasswordResetForm when more thanLuke Plant
2007-06-17Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick
2007-06-15Fixed #4015 -- Changed login() and logout() messages to update request.user ifMalcolm Tredinnick
2007-06-15Fixed #4531 -- Added a bit more randomness to session idents. Thanks, FrankMalcolm Tredinnick
2007-06-01Fixed #4404 -- Fixed LatestCommentsFeed query problem. Thanks, SmileyChris.Malcolm Tredinnick
2007-05-22Fixed #3397 (again): admin_order_field is now displayed correctly in the admi...Jacob Kaplan-Moss
2007-05-21Fixed #4338 -- Added pop() method to SessionWrapper. Thanks, Gary Wilson.Malcolm Tredinnick
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2007-05-20Fixed #4348 -- Updated Google sitemap ping code. Thanks, marijnAdrian Holovaty
2007-05-20Moved markup tests into their contrib directory.Russell Keith-Magee
2007-05-20Modified the django system test script to search for tests in the contrib apps.Russell Keith-Magee
2007-05-19Fixed #4330 -- Fixed typo when retrieving field names. Patch from Marc Fargas.Malcolm Tredinnick
2007-05-14Changed the fix from [5231] so that the backwards-incompatibility is made moreMalcolm Tredinnick
2007-05-12Fixed a compatibility problem with Python 2.3.Malcolm Tredinnick
2007-05-11Fixed #4276 -- Fixed a crash in the lorem tag when more than 20 words wereMalcolm Tredinnick
2007-05-11Added native eol-style settings to necessary files. Refs #4276.Malcolm Tredinnick
2007-05-08Moved generic relations into django.contrib.contenttypes, since it depends onMalcolm Tredinnick
2007-05-08Fixed #4200 -- Made get_admin_log template tag behave according to itsMalcolm Tredinnick
2007-05-01Fixed #3946 -- Added Swiss localflavor. Thanks, charly.wilhelm@gmail.com.Malcolm Tredinnick