summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24625 -- Prevented arbitrary file inclusion in admindocsMarkus Holtermann2015-04-111-1/+3
* Fixed #24624 -- Replaced obsoleted rel.opts in admindocs viewClaude Paroz2015-04-111-2/+2
* Fixed #24514 -- Made migration writer omit models import if it's unused.Christopher Luc2015-04-101-2/+10
* Fixed #24560 -- Added a --dry-run mode to the createcachetable command.Adam Chainz2015-04-091-4/+16
* Fixed #19820 -- Added more helpful error messages to Python deserializer.Richard Eames2015-04-092-16/+38
* Fixed #24609 -- Made ConcatPair use CONCAT_WS() on MySQLAdam Chainz2015-04-091-1/+3
* Removed unused methods in GIS adapter.Tim Graham2015-04-092-6/+0
* Fixed #24578 -- Fixed crash with QuerySet.update() on FK to O2O fields.Tim Graham2015-04-091-1/+1
* Revert "Fixed #24474 -- Allowed configuring the admin's empty change list val...Tim Graham2015-04-087-40/+23
* Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent2015-04-087-23/+40
* Removed unused exception "as" variable.Tim Graham2015-04-081-1/+1
* Fixed #24544 -- Fixed get_image_dimensions() on image buffers that Pillow fai...steve2015-04-071-0/+6
* Fixed #22993 -- Deprecated skipIfCustomUser decoratorChristopher Luc2015-04-071-0/+6
* Fixed #24513 -- Made sure a model is only rendered once during reloadsPatryk Zawadzki2015-04-071-14/+12
* Fixed #24584 -- Fixed microsecond handling with older MySQLdbJon Dufresne2015-04-061-1/+7
* Fixed #24562 -- Renamed get_major_version() to get_main_version()Tim Graham2015-04-061-7/+6
* Fixed #24278 -- Fixed serialization of migration operations.Marten Kenbeek2015-04-051-0/+5
* Refs #24278 -- Allowed multi-line serializations in OperationWriter.Marten Kenbeek2015-04-052-6/+27
* Fixed #24569 -- Made some translation functions accept None valueClaude Paroz2015-04-041-3/+7
* Fixed #24571 -- Restored testserver positional arguments parsingClaude Paroz2015-04-041-1/+0
* Cleaned up use of context manager in SQLite schema editorAlex Hill2015-04-031-17/+15
* Updated docstring for firstof tag to reflect new auto-escaping behavior.Preston Timmons2015-04-031-4/+8
* Fixed typo in django.core.files.File docstring.Matt Hooks2015-04-021-1/+1
* Fixed #24558 -- Made dumpdata mapping ordering deterministic.Simon Charette2015-04-023-16/+21
* Fixed #24566 -- Added support for serializing timedeltaBaptiste Mispelon2015-04-021-0/+3
* Removed unused import in makemessagesClaude Paroz2015-04-011-1/+0
* Refs #24500 -- Avoided locale.getpreferredencoding in makemessagesClaude Paroz2015-04-011-5/+4
* Fetched updated contrib translations from TransifexClaude Paroz2015-04-011880-55748/+12538
* Fetched updated core translations from TransifexClaude Paroz2015-04-01162-25529/+4468
* Fixed #23441, #24555 -- Improved the behavior of InclusionNode.Preston Timmons2015-04-011-3/+9
* Fixed #24538 -- Allowed self in Jinja contextTim Heap2015-04-011-1/+1
* Refs #24554 -- Prevented rendering of unused migrationsMarkus Holtermann2015-04-011-0/+9
* Fixed #24554 -- Sped up migrations by rendering initial apps when they are fi...Markus Holtermann2015-04-014-11/+28
* Removed duplicate attribute in MySQL DatabaseSchemaEditor.Andriy Sokolovskiy2015-03-301-2/+0
* Fixed #24466 -- Added JavaScript escaping in a couple places in the admin.Tim Graham2015-03-305-16/+15
* Fixed #24115 -- Allowed bcrypt hashers to upgrade passwords on rounds change.Tim Graham2015-03-301-0/+4
* Fixed #24301 -- Added PostgreSQL-specific aggregate functionsAndriy Sokolovskiy2015-03-303-0/+125
* Fixed #24550 -- Added migration operation description to sqlmigrate outputMarkus Holtermann2015-03-301-9/+14
* Fixed #19259 -- Added group by selected primary keys support.Simon Charette2015-03-295-7/+27
* Refs #24366 -- Fixed recursion depth error in migration graphMarten Kenbeek2015-03-291-2/+43
* Refs #24366 -- Renamed arguments in MigrationGraph, renamed testsMarten Kenbeek2015-03-291-10/+12
* Fixed #24537 -- Ignored field order in RenameModel detectionMarkus Holtermann2015-03-281-1/+1
* Refs #15779 -- Fixed UserChangeForm regression introduced by 1791a7e75Claude Paroz2015-03-281-1/+1
* Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...Moritz Sichert2015-03-276-15/+49
* Fixed #18773 -- Added logging for template variable resolvingCaroline Simpson2015-03-273-0/+9
* Fixed #24505 -- Fixed clash with hidden m2m fields.Marco Fucci2015-03-261-0/+6
* Fixed #19910 -- Added slash to i18n redirect if APPEND_SLASH is set.Bas Peschier2015-03-264-30/+20
* Fixed #24531 -- Improved CommaSeparatedIntegerField validation.Bertrand Bordage2015-03-251-5/+8
* Fixed #24394 -- Allowed running tests with empty default dictionary.Andrei Kulakov2015-03-253-2/+10
* Removed untouched branch in StateApps.__init__()Alex Hill2015-03-251-16/+8