summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2014-03-19Merge pull request #2221 from bmispelon/LazyObject-refactorAndrew Godwin
2014-03-19Fixed migration so MySQL GIS test doesn't fail; refs #22001.Eric Palakovich Carr
2014-03-18Fixed a regression from 2e5b82f6277227b69e9a6c5261a6deb14fff15dcFlorian Apolloner
2014-03-18Made a test app label unique.Florian Apolloner
2014-03-15Remove u prefixes, skip test unless spatial db.Marc Tamlyn
2014-03-14Fixed #22001 -- Ensure db_type is respected.Marc Tamlyn
2014-03-13Simplified implementation of collectstatic command.Baptiste Mispelon
2014-03-11Tweak password admin change form view context. Refs #21293.Ramiro Morales
2014-03-11Fixed #21293 -- Adjusted admin header CSS to fix admin password reset template.Tim Graham
2014-03-09Prevented admin from importing auth.User.Aymeric Augustin
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-08Fixed #22034 -- Added a specific set of relation checks for GenericInlineMode...Russell Keith-Magee
2014-03-06Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...James Jenkins
2014-03-06Fixed issues and added new scripts to urlify.jsBaptiste Mispelon
2014-03-05Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson
2014-03-04Cleaned up a repr() hack that caused problems on Python3.Russell Keith-Magee
2014-03-03Fixed #16727 -- Added protocol-relative URL support to contenttypes.views.sho...Thomas Sorrel
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-03-03Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().Greg Chapple
2014-03-03Edited model check messages for grammar and consistency.Russell Keith-Magee
2014-03-03Edited contrib.sites check messages for grammar and consistency.Russell Keith-Magee
2014-03-03Cleanup of contrib.contenttypes check messages.Russell Keith-Magee
2014-03-03Edited contrib.auth check messages for grammar and consistency.Russell Keith-Magee
2014-03-03Edited contrib.admin check messages for grammar and consistency.Russell Keith-Magee
2014-03-01Fixed #22137 -- Made Widget.is_hidden a read-only propertyClaude Paroz
2014-02-23Allowed some auth tests to be run independentlyClaude Paroz
2014-02-22Fixed #22120 -- Documented persistent activation of languages and cleaned up ...Erik Romijn
2014-02-22Added tests and minified javascript missing in 83a3add4bed8d8d49f93b30c817c66...Bas Peschier
2014-02-18Fixed #21790 -- Removed reliance on an assert in auth.get_user().Tim Graham
2014-02-18flake8 fixes (unused imports and variables).Tim Graham
2014-02-18Fixed broken tests when running with a non-TTY stdin.Baptiste Mispelon
2014-02-18Removed BaseCommand.stdin introduced in 116d39842dab2569013856e9f3701a7cb6554...Baptiste Mispelon
2014-02-18Consolidated all tests for createsuperuser in the same TestCase.Baptiste Mispelon
2014-02-17Fixed #7423 -- Skip superuser creation when not running in a TTY.Baptiste Mispelon
2014-02-15Split line and added indentation for better readability.Aleksander Budzinski
2014-02-15Fixed some flake8 errors from recent commits.Tim Graham
2014-02-15Fixed typo in comment.Rodolfo Carvalho
2014-02-15Fixed #22018 -- Fixed checks for ModelAdmin.fields not handling sub-lists.Aaron France
2014-02-15Fixed typo in test docstring.Rodolfo Carvalho
2014-02-14Fixed #21924 -- Added the ability to specify a reverse order for admin_order_...Klemens Mantzos
2014-02-13Removed _actions_icnt declaration from local scope in admin JS.Bas Peschier
2014-02-13Fixed #21064 -- Refactored common logic in ModelAdmin.add_view and change_view.Adam Avramov
2014-02-12Reworked the detection of local storages for the collectstatic command.Loic Bistuer
2014-02-11Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams
2014-02-10Fixed #21996 -- Used proper encoding for GeoIP contentClaude Paroz
2014-02-10Fixed #21371 -- Added the block.super to admin bodyclass blocks.julien 'pouete' Godin
2014-02-10Fixed #21994 -- Added form_dict argument to calls of WizardView.done()Julian Wachholz
2014-02-09Removed unused import in humanize tests.Tim Graham
2014-02-09Fixed #21992: Skipped test when pytz is missing.Adam Avramov
2014-02-09Fixed #21382 - Added "has_original" to stacked inlines.Ryan Kaskel