summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2014-04-21[1.7.x] Appeased flake8 2.1.0.Aymeric Augustin
2014-04-21[1.7.x] Corrected many style guide violations that the newest version of flak...Alex Gaynor
2014-04-17[1.7.x] Fixed a KeyError on login with legacy sessions; refs #21649.Tim Graham
2014-04-17[1.7.x] Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some testsClaude Paroz
2014-04-10[1.7.x] Fixed #22364 -- Sanitized getpass input in changepassword.John Paulett
2014-04-10[1.7.x] Fixed #22195 -- Used constants to define built-in tags for check fram...Tim Graham
2014-04-07[1.7.x] Fixed #21084 -- Used proxy model's content type for admin log entries.Tim Graham
2014-04-05[1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user pas...Tim Graham
2014-04-03[1.7.x] Fixed #22372 -- Improved description of WizardView.get_context_data().Vishal Lal
2014-03-31[1.7.x] Fixed #22362 -- Improved AuthenticationMiddleware assertion message.Tim Graham
2014-03-31[1.7.x] Replaced urllib/urlparse imports with from django.utils.six.moves.Tim Graham
2014-03-31[1.7.x] Fixed #21795 -- Made add_preserved_filters account for url prefixes.Loic Bistuer
2014-03-29[1.7.x] Fixed #22250 -- regression in gis compiler for non-concrete fieldsAnssi Kääriäinen
2014-03-27[1.7.x] Add a useful stacklevel to some RemovedInDjango19WarningsChris Beaven
2014-03-25[1.7.x] Fixed #22315 -- str/bytes mismatch in staticfilesDavid Evans
2014-03-25[1.7.x] Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overri...Ben Davis
2014-03-24[1.7.x] Fixed typo in error message in django.contrib.sitemaps.Jannis
2014-03-22[1.7.x] Fixed #22241 -- Selectively added line breaks in admin read-only fieldsClaude Paroz
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