summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25055 -- Made m2m long name testing friendlier for 3rd party databases.ticket-25055Michael Manfre2015-07-021-11/+15
* Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only exte...Jan Pazdziora2015-07-026-2/+75
* Fixed #25050 -- Allowed serialization of models with deferred fields.Grégoire ROCHER2015-07-023-2/+11
* Used assertRaisesMessage in managers_regress tests.Tim Graham2015-07-021-16/+10
* Fixed #25054 -- Added app_label to swapped model AttributeErrorChris Lamb2015-07-022-20/+22
* Fixed #25053 -- Made admin templates use |safe with password help_textAdam Taylor2015-07-022-4/+4
* Fixed #24997 -- Enabled bulk_create() on proxy modelsWilliam Schwartz2015-07-026-18/+68
* Fixed #24908 -- Fixed duplicate readonly field rendering.jpic2015-07-022-2/+42
* Fixed #25040 -- Fixed migrations state crash with GenericForeignKeyKai Richard Koenig2015-07-022-1/+8
* Fixed #4960 -- Added "strip" option to CharFieldCurtis2015-07-014-11/+48
* Refs #23658 -- Fixed unclosed file in dbshell tests.Tim Graham2015-07-011-1/+2
* Fixed #20916 -- Added Client.force_login() to bypass authentication.Jon Dufresne2015-07-016-26/+174
* Synced .hgignore with .gitignoreTim Graham2015-07-011-0/+2
* Fixed #21695 -- Added asvar option to blocktrans.Matthew Somerville2015-07-014-5/+80
* Fixed #24982 -- Split staticfiles tests into multiple filesMoritz Sichert2015-07-018-1044/+1099
* Fixed typo in writing migrations docsClaude Paroz2015-07-011-1/+1
* DEP 0003 -- Added JavaScript unit tests.Trey Hunner2015-06-3019-2/+4716
* Fixed #18247 -- Added cast to NUMERIC for Decimals on sqliteMichael Tänzer2015-06-302-0/+23
* Fixed #23658 -- Provided the password to PostgreSQL dbshell commandJean-Michel Vourgère2015-06-303-10/+178
* Removed datetime_cast_sql, which is never overridden or used anywhere in Django.Shai Berger2015-07-012-9/+6
* Refs #23621 -- Fixed warning message when reloading models.Marten Kenbeek2015-06-302-2/+2
* Fixed #21803 -- Added support for post-commit callbacksAndreas Pelme2015-06-307-15/+462
* Fixed #25038 -- Reverted incorrect documentation about inspectdb introspectin...Tim Graham2015-06-302-13/+5
* Fixed #24911 -- Made BaseManager.get_queryset() allow custom queryset args.Jonas Degrave2015-06-303-1/+17
* Used %r in the TextNode repr to show newlines better.Ned Batchelder2015-06-302-3/+19
* Refs #20203 -- Added tests to check inherited custom default managerAndriy Sokolovskiy2015-06-292-2/+25
* Removed unused condition for the abstract model in ensure_default_manager()Andriy Sokolovskiy2015-06-291-4/+1
* Refs #20203 -- Allowed adding custom default manager to the model stateAndriy Sokolovskiy2015-06-292-1/+24
* Removed unnecessary returnAndriy Sokolovskiy2015-06-291-1/+1
* Removed unreachable codeAndriy Sokolovskiy2015-06-292-10/+0
* Fixed #25018 -- Changed simple_tag to apply conditional_escape() to its output.Luke Plant2015-06-296-3/+110
* Fixed #23791 -- Corrected object type check for pk__in=qsAnssi Kääriäinen2015-06-295-20/+72
* Used field.clone() where applicableMarkus Holtermann2015-06-281-14/+5
* Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig a...Trey Hunner2015-06-2726-842/+1007
* Renamed MySQL-specific dbshell test file.Tim Graham2015-06-271-0/+0
* Fixed #25033 -- Added context_processors.auth to documented admin dependencies.Tim Graham2015-06-271-1/+2
* Sorted imports in __init__.py files.Tim Graham2015-06-2733-166/+182
* Fixed #24887 -- Removed one-arg limit from models.aggregateGreg Chapple2015-06-274-21/+49
* Removed unused code after refs #25017.Tim Graham2015-06-271-6/+4
* Fixed #25031 -- Fixed a regression in the unordered_list template filter.Noam2015-06-273-15/+30
* Fixed #25017 -- Allowed customizing the DISALLOWED_USER_AGENTS responsesujayskumar2015-06-273-10/+11
* Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK children.Jason Hoos2015-06-264-4/+89
* Pushed GDAL skip condition inside testClaude Paroz2015-06-261-2/+3
* Refs #24840 -- Added skip flag to raster transform test for GDAL<1.8.1.Daniel Wiesmann2015-06-261-0/+1
* Fixed #25016 -- Reallowed non-ASCII values for ForeignKey.related_name on Pyt...薛丞宏2015-06-264-6/+25
* Loaded real destructor functions before garbage timeClaude Paroz2015-06-261-0/+5
* Revert "Reverted lazy initialization of GIS destroy functions"Claude Paroz2015-06-251-9/+4
* Updated GeoIP test for newer versionsClaude Paroz2015-06-251-4/+5
* Reverted lazy initialization of GIS destroy functionsClaude Paroz2015-06-251-4/+9
* Refs #24127 -- Added documentation for HttpRequest.current_app.Marten Kenbeek2015-06-251-0/+7