summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-03-20Fixed a small collection of flake8 violations that had snuck inAlex Gaynor
2014-03-19Fixed #22275: unique_together broken if ForeignKey split into new file.Andrew Godwin
2014-03-19Merge pull request #2221 from bmispelon/LazyObject-refactorAndrew Godwin
2014-03-15Fixed #22184 -- Allowed template_tests.tests to be run isolatedAnubhav Joshi
2014-03-14Fixed #22001 -- Ensure db_type is respected.Marc Tamlyn
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 #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-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-10Fixed #22210 -- Saving model instances to non-related fields.Daniel Pyrathon
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-09Removed obsolete hack to run template tests.Aymeric Augustin
2014-03-09Avoided leaking warning filters.Aymeric Augustin
2014-03-09Corrected a few missed references to old 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-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-06Fixed #22204: Bad circular-dep-breaking if more than one per runAndrew Godwin
2014-03-06Fixed #22185 -- Added settings.CSRF_COOKIE_AGERoger Hu
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