summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-05Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou
2014-03-05Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlengthChris Wilson
2014-03-05Really hidden warnings in javascript_quote testsClaude Paroz
2014-03-05Fixed incorrect docstring in cache tests (take two)Baptiste Mispelon
2014-03-05Fixed #7571 -- Fixed parameter matching in include()'d urlpatternAthena
2014-03-04Fixed three small flake8 violations.Alex Gaynor
2014-03-04Fixed incorrect docstring in cache testsramast
2014-03-04Merge pull request #2396 from loic/ticket21893Andrew Godwin
2014-03-05Fixed #21893 -- ModelState didn't account for MTI parents inherited from abst...Loic Bistuer
2014-03-05Added tests for MTI in RunPython.Loic Bistuer
2014-03-04Fixed #22085 -- Added a feature for setting non-expiring keys as the default.zedr
2014-03-04Fixed spelling in model_forms test class namesChris Wilson
2014-03-04Fixed typo in internal CharField methodChris Wilson
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-03Allowed custom querysets when prefetching single valued relationsLoic Bistuer
2014-03-03Fixed #21986 -- Added some guidelines for database indexes.Alex de Landgraaf
2014-03-03Fixed #21908 -- Added example usage for ModelAdmin.get_inline_instances().Tim Graham
2014-03-03Fixed broken tests on Python 3 after 3c5fc708f1a8f60c05182869f6f3ec13697bbcf2.Baptiste Mispelon
2014-03-03Removed doc newlines added in previous commit that caused build errors.Tim Graham