summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2013-04-02Modified sitemaps to work with unittest2 discovery.Preston Timmons
2013-04-02Modified messages to work with unittest2 discovery.Preston Timmons
2013-04-02Modified formtools to work with unittest2 discovery.Preston Timmons
2013-04-02Updated flatpages tests for unittest2 discovery.Preston Timmons
2013-04-02Modified admindocs tests to work with unittest2 discovery.Preston Timmons
2013-03-30Remove unnecessary if conditionsAlisson
2013-03-30Fixed #20059 -- Updated humanize tests to force 'en' language setting.matiasb
2013-03-28Fixed spelling errorsGavin Wahl
2013-03-28Fixed spelling of "consistent" in admin/options.pyRocky Meza
2013-03-28Updated translation templatesClaude Paroz
2013-03-28Added Burmese languageClaude Paroz
2013-03-28Added Ossetic languageClaude Paroz
2013-03-28Updated translations from TransifexClaude Paroz
2013-03-27Fixed #20078: don't allow filtering on password in the user admin.Jacob Kaplan-Moss
2013-03-26Fixed #20138 -- Added BCryptSHA256PasswordHasherDonald Stufft
2013-03-25Fixed #20121 -- Removed LogEntry.get_admin_url's hard-coded path.Adam Wentz
2013-03-25Moved removeChildren to core.jsAndrew Jesaitis
2013-03-25Moved cancelEventPropagation into core.jsAndrew Jesaitis
2013-03-25Removed quickElement from calendar.jsAndrew Jesaitis
2013-03-24Merge pull request #946 from matiasb/minor-flatpage-translation-fixSimon Charette
2013-03-24Fixed #19385 again, now with real code changesAnssi Kääriäinen
2013-03-24Fixed #15124 -- Changed the default for BooleanField.Aymeric Augustin
2013-03-23Fixed #20117 -- Added missing translation override to fix flatpages test.matiasb
2013-03-23Merge pull request #942 from stephrdev/trac-18000Jannis Leidel
2013-03-23Added some class attributes to pass initial form lists to the WizardView with...Stephan Jaekel
2013-03-23Moved the code to handle goto requests in a extra WizardView method.Stephan Jaekel
2013-03-23Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to custom U...Russell Keith-Magee
2013-03-22Fixed #16350 -- Forced capitalization in template.Aymeric Augustin
2013-03-21Fixed #20084 -- Provided option to validate formset max_num on server.Andrew Gorcester
2013-03-20Fixed #19972 -- Fixed overflow issue in admin changelist pages.Florian Apolloner
2013-03-19Fixed #16319 -- added SuccessMessageMixin to contrib.messagesPaul Collins
2013-03-19Merge pull request #931 from catalanojuan/fix-admin-log-dependency-on-user-id...Preston Holmes
2013-03-19Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi
2013-03-19Fixed #20088 -- Changed get_admin_log not to depend on User id fieldJuan Catalano
2013-03-18Fixed #19327 -- Added handling of double login attempts in admin.Deric Crago
2013-03-17Fixed #19550 -- Made the filtered select widget wider in the admin.Aymeric Augustin
2013-03-17Stopped using non-standard __globals__ and __code__ attributes.Aymeric Augustin
2013-03-16Fix 20061: remove out of date comment.Baptiste Mispelon
2013-03-15Fixed #20055 -- Add url, email, and number input types to admin CSS.Baptiste Mispelon
2013-03-15Fixed #16110 -- Fixed GeometryField odd behaviour regarding null valuesClaude Paroz
2013-03-14Fixed #17051 -- Removed some 'invalid' field error messagesClaude Paroz
2013-03-13Fixed #20036 -- Improved GEOS version string parsingClaude Paroz
2013-03-13Refactored qs.add_q() and utils/tree.pyAnssi Kääriäinen
2013-03-12Removed unused imports.Aymeric Augustin
2013-03-11Deprecated django.contrib.comments.Jacob Kaplan-Moss
2013-03-11Avoided closing the database connection within a transaction.Aymeric Augustin
2013-03-11Ported layermapping for autocommit.Aymeric Augustin
2013-03-11Switched the admin to use @transaction.atomic.Aymeric Augustin
2013-03-11Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin
2013-03-09Fixed #19171 -- Allowed coordinate transforms with custom SRIDsClaude Paroz