summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24578 -- Fixed crash with QuerySet.update() on FK to O2O fields.Tim Graham2015-04-091-0/+11
* Use mock.patch in migrations testsCurtis Maloney2015-04-092-53/+40
* Fixed #24544 -- Fixed get_image_dimensions() on image buffers that Pillow fai...steve2015-04-071-2/+19
* Fixed #24513 -- Made sure a model is only rendered once during reloadsPatryk Zawadzki2015-04-071-1/+52
* Fixed #24584 -- Fixed microsecond handling with older MySQLdbJon Dufresne2015-04-061-4/+19
* Fixed #24278 -- Fixed serialization of migration operations.Marten Kenbeek2015-04-051-0/+44
* Refs #24278 -- Allowed multi-line serializations in OperationWriter.Marten Kenbeek2015-04-051-15/+25
* Fixed #24569 -- Made some translation functions accept None valueClaude Paroz2015-04-041-4/+10
* Fixed #24571 -- Restored testserver positional arguments parsingClaude Paroz2015-04-041-0/+15
* Fixed #24558 -- Made dumpdata mapping ordering deterministic.Simon Charette2015-04-022-1/+46
* Fixed #24566 -- Added support for serializing timedeltaBaptiste Mispelon2015-04-021-0/+4
* Fixed mistakes in tests unveiled by version bump to 1.8.1.Tim Graham2015-04-023-13/+14
* Adapted form regression test to new translationsClaude Paroz2015-04-011-3/+3
* Refs #24538 -- Simplified a test per Aymeric's feedback.Tim Graham2015-04-011-9/+2
* Fixed #23441, #24555 -- Improved the behavior of InclusionNode.Preston Timmons2015-04-015-1/+37
* Fixed #24538 -- Allowed self in Jinja contextTim Heap2015-04-011-0/+18
* Fixed sessions test on Python 3.5; refs #23763.Tim Graham2015-03-311-2/+6
* Fixed #24466 -- Added JavaScript escaping in a couple places in the admin.Tim Graham2015-03-304-10/+62
* Fixed #24115 -- Allowed bcrypt hashers to upgrade passwords on rounds change.Tim Graham2015-03-301-0/+32
* Fixed #24301 -- Added PostgreSQL-specific aggregate functionsAndriy Sokolovskiy2015-03-303-0/+302
* Fixed #24550 -- Added migration operation description to sqlmigrate outputMarkus Holtermann2015-03-301-12/+47
* Fixed #19259 -- Added group by selected primary keys support.Simon Charette2015-03-291-5/+7
* Refs #24366 -- Fixed recursion depth error in migration graphMarten Kenbeek2015-03-291-7/+25
* Refs #24366 -- Renamed arguments in MigrationGraph, renamed testsMarten Kenbeek2015-03-291-2/+2
* Fixed #24537 -- Ignored field order in RenameModel detectionMarkus Holtermann2015-03-281-0/+31
* Fixed skipping of gis_tests when dependencies not installed.Tim Graham2015-03-281-1/+2
* Refs #15779 -- Fixed UserChangeForm regression introduced by 1791a7e75Claude Paroz2015-03-281-2/+17
* Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...Moritz Sichert2015-03-277-6/+134
* Fixed #18773 -- Added logging for template variable resolvingCaroline Simpson2015-03-271-0/+71
* Fixed #24505 -- Fixed clash with hidden m2m fields.Marco Fucci2015-03-264-12/+34
* Rephrased docstrings to assertions and added querystring test.Bas Peschier2015-03-261-14/+21
* Fixed #19910 -- Added slash to i18n redirect if APPEND_SLASH is set.Bas Peschier2015-03-261-2/+2
* Fixed #24531 -- Improved CommaSeparatedIntegerField validation.Bertrand Bordage2015-03-252-11/+26
* Fixed #24394 -- Allowed running tests with empty default dictionary.Andrei Kulakov2015-03-251-1/+16
* Fixed #24215 -- Refactored lazy model operationsAlex Hill2015-03-253-36/+72
* Fixed #24441 -- Changed get_image_dimensions() return value for broken imagesRaúl Cumplido2015-03-252-0/+17
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-2517-54/+55
* Refs #24267 -- Implemented lookups for related fieldsAnssi Kääriäinen2015-03-252-6/+18
* Refs #18586 -- Split up tests.m2m_through_regressMichael Blatherwick2015-03-241-51/+57
* Fixed #24483 -- Prevented keepdb from breaking with generator choices.David Szotten2015-03-242-7/+20
* Removed getLogger alias in django.utils.log.Tim Graham2015-03-241-2/+2
* Fixed #12400 -- Allowed geometry fields in unique_togetherClaude Paroz2015-03-231-0/+3
* Fixed #24521 -- Added support for serializing frozensets in migrations.Baptiste Mispelon2015-03-231-0/+4
* Fixed #23697 -- Improved ForeignObject.get_lookup_constraint() error message.Michael Blatherwick2015-03-231-0/+9
* Fixed #16362 -- Allowed lookaround assertions in URL patterns.Bas Peschier2015-03-232-0/+51
* Added test for LogEntry.get_edited_object(); refs #24244.Varun Sharma2015-03-231-0/+6
* Fixed #13525 -- Added tests and docs for nested parameters in URL patterns.Bas Peschier2015-03-232-0/+23
* Switched to use assertEqual instead of assertEquals.Berker Peksag2015-03-221-2/+2
* Refs #18586 -- Split up tests/m2m_signalsAlain IVARS2015-03-221-134/+168
* Fixed #24485 -- Allowed combined expressions to set output_fieldJosh Smeaton2015-03-223-4/+36