summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-03-09Fixed test breakage following test-settings enhancementsShai Berger
2014-03-09Corrected a few missed references to old test settingsShai Berger
2014-03-08Fix weird autodetector errorAndrew Godwin
2014-03-09Reorganized the database test settingsShai Berger
2014-03-084 flake8 warning fixesAlex Gaynor
2014-03-08Fixed #21843: Remove explicit ID column setting in testAndrew Godwin
2014-03-08Fixed #22183: Through M2Ms now correctly handledAndrew Godwin
2014-03-08Merge pull request #2315 from bendavis78/issues/22073Andrew Godwin
2014-03-08Fixed #22199: Bad max_length deconstruction for FileFieldAndrew Godwin
2014-03-08Fix bad conflict detection during makemigrationsAndrew Godwin
2014-03-08Improved compatibility in admin_scripts testsClaude Paroz
2014-03-08Fixed #21092 -- Ensured admin_scripts tests are run with warnings offClaude Paroz
2014-03-08Avoided modifying current environment in admin_scripts testsClaude Paroz
2014-03-08Added test about error filterwarningsClaude Paroz
2014-03-08Avoided changing raw DeprecationWarning filter behaviorClaude Paroz
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-07Fixed #21863 -- supplemented get_lookup() with get_transform()Anssi Kääriäinen
2014-03-07Fixed #22141 -- Added a spelling checker for documentation.Szczepan Cieślik
2014-03-07Fixed typo in docs/ref/checks.txtTim Graham
2014-03-06Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...James Jenkins
2014-03-06Don't allow really long migration namesAndrew Godwin
2014-03-06Fixed #22204: Bad circular-dep-breaking if more than one per runAndrew Godwin
2014-03-06Revert "Fixed #22183: Don't make a table for M2Ms with through="Andrew Godwin
2014-03-06Fixed #22183: Don't make a table for M2Ms with through=Andrew Godwin
2014-03-06Reworked ErrorDict.as_json() to prevent unnecessary serialization/deserializa...Loic Bistuer
2014-03-06Fixed #22185 -- Added settings.CSRF_COOKIE_AGERoger Hu
2014-03-06Added --previous flag to msgmerge command used by makemessagesClaude Paroz