summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2013-08-28Fixed #18171 -- Checked signature of authenticate() to avoid supressing TypeE...Michał Górny
2013-08-26Fixed #20972 -- Make messages cookie follow session cookie secure/httponlyErik Romijn
2013-08-23Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-22Fixed #20922 -- Allowed customizing the serializer used by contrib.sessionsTim Graham
2013-08-22Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on fields with choicesLukasz Balcerzak
2013-08-22Fixed #20934 -- Avoided NoReverseMatch in ModelAdmin.changelist_viewRainer Koirikivi
2013-08-21Import test case classes from their public API module.Ramiro Morales
2013-08-20Import test case classes from their public API module.Ramiro Morales
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-19Fixed #20640 -- Avoided NoReverseMatch in get_deleted_objectsRainer Koirikivi
2013-08-19Fixed GIS regression caused by force_subqAnssi Kääriäinen
2013-08-19Fixed #20777 -- Admin proxy model deletion regressionAnssi Kääriäinen
2013-08-16Fixed #20829 -- Skip postgis metadata tables with introspectionHarm Geerts
2013-08-16Combine consecutive with statementsClaude Paroz
2013-08-15Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol
2013-08-14Fixed #11400 -- Passed kwargs from AbstractUser.email_user() to send_mail()SusanTan
2013-08-13Apply autoescaping to AdminURLFieldWidget.Jacob Kaplan-Moss
2013-08-13Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S.Jacob Kaplan-Moss
2013-08-13Merge pull request #1470 from loic/admin.actionlistTim Graham
2013-08-13Fixed overflow for the "Recent Actions" widget on the admin index.Loic Bistuer
2013-08-10Fixed #20828 -- Allowed @permission_required to take a list of permissionsersran9
2013-08-09SQLite test fix -- refs #9057Tim Graham
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-09Fixed #9057 -- Added default_permissions model meta option.Tim Graham
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-06Fixed #20865 -- Fixed raw_id_fields to work with callable limit_choices_to.Collin Anderson
2013-08-05Fixed #20832 -- Enabled HTML password reset emailJustin Michalicek
2013-08-04Fixed a number of lint warnings, particularly around unused variables.Alex Gaynor
2013-08-04Introduced ModelAdmin.get_fields() and refactored get_fieldsets() to use it.Loic Bistuer
2013-08-04Merge pull request #1432 from loic/modeladmin.get_search_resultsTim Graham
2013-08-04Deprecated SortedDict (replaced with collections.OrderedDict)Curtis Maloney
2013-08-04Moved get_search_results from BaseModelAdmin to ModelAdmin.Loic Bistuer
2013-08-03Added ModelAdmin.get_search_fields.Loic Bistuer
2013-08-02Fixed #18923 -- Corrected usage of sensitive_post_parameters in contrib.authTim Graham
2013-08-02Fixed LogEntry.get_admin_url() for non-existent models.Petr Dlouhý
2013-08-02Fixed #18681 -- GenericInlineModelAdmin.get_formset() no longer bypasses get_...Loic Bistuer
2013-08-02Fixed #20838 -- Fixed Geodjango spatialrefsys test failure with postgis-2.0.3Harm Geerts
2013-07-31Fixed #12103 -- Added AuthenticationForm.confirm_login_allowed to allow custo...Tim Graham
2013-07-31Fixed #20348 -- Consistently handle Promise objects in model fields.Tai Lee
2013-07-31Fixed #20793 -- Added Last-Modified header to sitemaps.Julian Bez
2013-07-31Fixed #20819 -- Return 404 instead of 500 error when ``staticfiles`` view is ...Tai Lee
2013-07-30Updated flatpages tests to override CSRF_FAILURE_VIEW.Kirill Zaitsev
2013-07-30Fixed a test that could fail depending on PASSWORD_HASHERS.Aymeric Augustin
2013-07-30Rename allow_syncdb to allow_migrateAndrew Godwin
2013-07-30Rename pre_ and post_syncdb to *_migrate, with aliases from old namesAndrew Godwin
2013-07-30Updated some minified admin javascript files.Julien Phalip
2013-07-30Fixed #19082 -- Enabled admin field pre-population for existing objects.Julien Phalip
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-29Fixed #14850 -- Cleaned up duplicate code in admin formset handling.Tim Graham
2013-07-29Deprecated django.utils.importlibClaude Paroz