summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-18Mentioned that ``dumpdata --natural`` is deprecated.Daniel Hahler
2014-03-18Fixed #22283 -- Updated documentation referring to non-existent tuples.Matthew Somerville
2014-03-18Fix any sqlite field migration deleting all implicit m2m tablesChris Beaven
2014-03-17Amended login required mixin documentation to honor **initkwargs.Simon Charette
2014-03-17Fixed #21179 -- Added a StreamingHttpResponse example for CSV files.zedr
2014-03-17Fixed #22006 -- Documented how to write a login_required mixin for CBVs.Tim Graham
2014-03-16Fixed #21860 -- Added to_field_name to ModelChoiceField docs.Anubhav Joshi
2014-03-16Fixed #21991 -- Added warning regarding tests failure if locales not installed.Anubhav Joshi
2014-03-16Fixed #22242 -- Documented common cookie size limit.Daniel Pyrathon
2014-03-15Remove u prefixes, skip test unless spatial db.Marc Tamlyn
2014-03-15Fixed #22184 -- Allowed template_tests.tests to be run isolatedAnubhav Joshi
2014-03-15Merge pull request #2430 from NathanRSmith/ticket_21989Russell Keith-Magee
2014-03-14Fixed #22001 -- Ensure db_type is respected.Marc Tamlyn
2014-03-14Changed start of week for Australia to Sunday as requested in https://code.dj...Nathan Smith
2014-03-14Fixed #22272 -- Fixed regression in DecimalField when using decimal_places=0.Baptiste Mispelon
2014-03-14Merged model_forms_regress with model_forms testsClaude Paroz
2014-03-14Fixed #6103 -- Splitted tests in model_forms testsClaude Paroz
2014-03-13Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subclassesClaude Paroz
2014-03-13Fixed #22262 -- Added the correct line in the last example of Translator linesDejan Noveski
2014-03-13Fixed a grammar error in topics/i18n/translation.Iain Dawson
2014-03-13Simplified implementation of collectstatic command.Baptiste Mispelon
2014-03-13Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject.Baptiste Mispelon
2014-03-13Skip test for saving microseconds on backends which do not support it.Shai Berger
2014-03-12Fixed #20292: Pass datetime objects (not formatted dates) as params to OracleShai Berger
2014-03-12Flake8 correctionsShai Berger
2014-03-12Fixed test failure on Oracle: model_fields.tests.test_float_validates_objectShai Berger
2014-03-11Fixed #22217 - ManyToManyField.through_fields fixes.Akis Kesoglou
2014-03-11Remove failing test while we fix the underlying bugAndrew Godwin
2014-03-11Fixed test failures on Windows.Tim Graham
2014-03-11Merge pull request #2418 from ramiro/21293-tweakRamiro Morales
2014-03-11Tweak password admin change form view context. Refs #21293.Ramiro Morales
2014-03-11Updated spelling_wordlist.Tim Graham
2014-03-11Fixed typo in docs/ref/django-admin.txtTim Graham
2014-03-11Fixed #21293 -- Adjusted admin header CSS to fix admin password reset template.Tim Graham
2014-03-11Fix AlterField migrations that are related to a RenameModel migrationChris Beaven
2014-03-11Fix autodetector creation of RenameModel migration to capitalize model namesChris Beaven
2014-03-10Added myself to the committers list, finally.Shai Berger
2014-03-10Fixed #21875 -- Clarified that get_user_model() only works at run time.Aymeric Augustin
2014-03-10Added myself to the committers list.Erik Romijn
2014-03-10Fixed #22210 -- Saving model instances to non-related fields.Daniel Pyrathon
2014-03-09Merge pull request #2415 from SmileyChris/migration-renamed-modelsAndrew Godwin
2014-03-10Fixed #22239 -- Add auto detection of renamed modelsChris Beaven
2014-03-09Fixed #22237 -- Removed some warnings in the test suiteClaude Paroz
2014-03-09Substituted 'shortcut function' for 'factory method' in tutorialJeremy Dunck
2014-03-09Fixed an example to match the code.Aymeric Augustin
2014-03-09Prevented admin from importing auth.User.Aymeric Augustin
2014-03-09Revert "Reordered INSTALLED_APPS in default template, refs #22005"Aymeric Augustin
2014-03-09Fixed the last fix for database test settings to work with Python3.Shai Berger
2014-03-09Removed obsolete hack to run template tests.Aymeric Augustin
2014-03-09Avoided leaking warning filters.Aymeric Augustin