summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne2014-12-0856-134/+134
* Refs #23947 -- Worked around a bug in Python that prevents deprecation warnin...Diego Guimarães2014-12-061-0/+14
* Updated obsolete comment.Aymeric Augustin2014-12-061-2/+2
* Fixed #23957 -- Started deprecation toward requiring session verification.Tim Graham2014-12-051-0/+12
* Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrationsClaude Paroz2014-12-042-17/+62
* Fixed #23920 -- Fixed MySQL crash when adding blank=True to TextField.Tim Graham2014-12-041-1/+1
* Fixed #23911 -- Added support for buffer file uploads in the test clientThomas Tanner2014-12-041-3/+8
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-0313-53/+53
* Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddle...Tim Graham2014-12-033-32/+53
* Fixed #20392 -- Added TestCase.setUpTestData()Thomas Chaumeny2014-12-031-15/+59
* Fixed #23950 -- Prevented calling deconstruct on classes in MigrationWriter.Gavin Wahl2014-12-031-14/+14
* Fixed #23935 -- Converted decimals to fixed point in utils.numberformat.formatEric Rouleau2014-12-031-1/+6
* Tweaked fix for refs #23946; thanks Claude.Tim Graham2014-12-021-2/+2
* Added raster support for GDAL Driver classClaude Paroz2014-12-024-56/+89
* Added cpl error codes to errcheck functionsDaniel Wiesmann2014-12-024-19/+46
* Added GDAL prototypes for raster supportDaniel Wiesmann2014-12-022-2/+59
* Fixed #23946 -- Fixed runserver crash when socket error contains Unicode chars.Andriy Sokolovskiy2014-12-021-2/+2
* Fixed #23934 -- Fixed regression in admin views obj parameter.Kamil Braun2014-12-021-5/+5
* Fixed typo in django/dispatch/dispatcher.py docstring.jerry dumblauskas2014-12-021-1/+1
* Fixed #23945 -- Made default site use the configured SITE_ID.wrwrwr2014-12-012-1/+10
* Fixed #23807 -- Ignored non-digits in psycopg2 versionAndriy Sokolovskiy2014-12-011-1/+1
* Fixed #23289 -- Added mock as a test dependency.Tim Graham2014-12-011-0/+9
* Fixed #23929 -- Added more tests for create_default_site.wrwrwr2014-12-011-11/+58
* Fixed #23909 -- Prevented crash when collecting SQL for RunSQLClaude Paroz2014-12-011-1/+5
* Removed a clear_cache statement in contrib.sites.create_default_site.wrwrwr2014-12-011-2/+0
* Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...wrwrwr2014-12-011-9/+3
* Fixed #23933 -- Made override_settings(DATABASE_ROUTERS) affect the master ro...wrwrwr2014-12-011-1/+8
* Fixed #23880 -- Added missing index_together handling for SQLiteMarkus Holtermann2014-12-011-1/+19
* Restored the 'TEST_' prefix in the warning about deprecated test database set...Shai Berger2014-12-011-1/+1
* Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...wrwrwr2014-11-291-0/+48
* Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change().Berker Peksag2014-11-291-2/+2
* Fixed #23423 -- Added unaccent lookup in django.contrib.postgresThomas Chaumeny2014-11-283-0/+20
* Corrected deprecation warnings for RedirectView; refs #21587.Berker Peksag2014-11-281-1/+14
* Fixed #4444 - Made runserver suppress 'broken pipe' errorsMatthew Somerville2014-11-281-0/+38
* Fixed #23925 -- Allowed settings.AUTHENTICATION_BACKENDS to reference import ...sdeprez2014-11-283-5/+36
* Fixed #23728 -- Added the --exit option to makemigrations.Tim Heap2014-11-281-8/+16
* Fixed #23853 -- Added Join class to replace JoinInfoAnssi Kääriäinen2014-11-284-127/+184
* Fixed #901 -- Added Model.refresh_from_db() methodAnssi Kääriäinen2014-11-282-9/+69
* Fixed #23894 -- Made deconstruct methods favor kwargs over argsMarkus Holtermann2014-11-284-31/+84
* Fixed #23910 -- Added reply_to parameter to EmailMessageMartin Blech2014-11-281-3/+13
* Fixed #16731 -- Made pattern lookups work properly with F() expressionsThomas Chaumeny2014-11-285-17/+89
* Fixed #23338 -- Added warning when unique=True on ForeigKeyDiego Guimarães2014-11-272-0/+16
* Fixed #23924 -- Made EmailMessage raise TypeError for type checksMartin Blech2014-11-271-3/+6
* Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.read...wrwrwr2014-11-277-15/+30
* Fixed #14664 -- Logged a warning if MiddlewareNotUsed is raised in DEBUG mode.Berker Peksag2014-11-271-1/+6
* Fixed #23877 -- aggregation's subquery missed target colAnssi Kääriäinen2014-11-272-7/+54
* Fixed #23875 -- cleaned up query.get_count()Anssi Kääriäinen2014-11-273-96/+33
* Fixed #23801 -- Added warning when max_length is used with IntegerFieldMattBlack852014-11-261-0/+17
* Fixed #23867 -- removed DateQuerySet hacksAnssi Kääriäinen2014-11-269-232/+89
* Fixed #23677 -- Removed contrib.formtoolsTim Graham2014-11-26209-6248/+0