summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor2014-03-3030-45/+45
* Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments.Loic Bistuer2014-03-302-7/+15
* Fixed transaction handling for a number of operations on related objects.Loic Bistuer2014-03-302-73/+98
* Increased memoization cache size for language codes.Aymeric Augustin2014-03-291-1/+5
* Skipped PostGIS version tests when psycopg2 not installedClaude Paroz2014-03-291-17/+24
* Unit testing Postgis version checkRémy Sanchez2014-03-291-0/+74
* Fixed #22329 -- Used label_tag() in some admin auth templates.Tim Graham2014-03-296-10/+16
* Removed unused imports.Tim Graham2014-03-293-3/+2
* Dropped support for GDAL 1.6Claude Paroz2014-03-293-34/+6
* Dropped support for GEOS 3.1Claude Paroz2014-03-296-79/+30
* Confirmed Spatialite 4 supportClaude Paroz2014-03-291-10/+9
* Confirmed GEOS 3.4 supportClaude Paroz2014-03-292-15/+13
* Fixed #22250 -- regression in gis compiler for non-concrete fieldsAnssi Kääriäinen2014-03-292-1/+10
* Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.Maxime Turcotte2014-03-287-9/+17
* Corrected deprecation warnings.Tim Graham2014-03-271-2/+2
* Fixed a deprecation warning with the HTMLParser safe argument.Tim Graham2014-03-271-3/+6
* Add a useful stacklevel to some RemovedInDjango19WarningsChris Beaven2014-03-274-4/+6
* Fixed #22114 -- Stopped adding trailing slashes in URLField.to_pythonClaude Paroz2014-03-261-3/+0
* Fixed the PostGIS circular imports caused by 1506c71a95.Simon Charette2014-03-261-8/+15
* Fixed Python 3.4 test failure.Tim Graham2014-03-261-2/+2
* Fixed #22335 -- Fixed popen_wrapper error on non-English Windows systems.Zbigniew Siciarz2014-03-261-1/+3
* Fixed field deconstruction tests failures introduced by 1506c71a95.Simon Charette2014-03-251-3/+4
* Fixed #22331 -- Made MigrationAutodetector ignore unmanaged models.Tim Graham2014-03-252-13/+13
* Fixed #12030 -- Validate integer field range at the model level.Simon Charette2014-03-255-0/+47
* Fixed #22322 -- Fixed incorrect explanation of what managed=False does.Tim Graham2014-03-251-1/+1
* Fixed #22331 -- Fixed migrations ProjectState to ignore unmanaged models.Loic Bistuer2014-03-251-2/+3
* Fixed #22315 -- str/bytes mismatch in staticfilesDavid Evans2014-03-251-2/+3
* flake8 and doc fixes for refs #22257.Tim Graham2014-03-251-1/+1
* Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overrides.Ben Davis2014-03-251-2/+12
* Fixed #22300 -- Fixed crash in migrations when changing non-relational field ...Stephen Burrows2014-03-251-1/+1
* Merge pull request #2465 from coder9042/ticket_22258Marc Tamlyn2014-03-251-1/+4
|\
| * Fixed #22257 -- Added file output option to dumpdata command.Anubhav Joshi2014-03-251-1/+4
* | Fixed #22293 -- Avoided renaming many-to-many tables to themselves.Daniel Hahler2014-03-242-1/+5
* | Fixed typo in error message in django.contrib.sitemaps.Jannis2014-03-241-1/+1
|/
* Fixed #17922 -- Added required_css_class to form label.Anubhav Joshi2014-03-241-0/+6
* Updated six to 1.6.1.Tim Graham2014-03-241-11/+25
* Fixed #22318 -- Added Form.has_error() to easily check if a given error has h...Loic Bistuer2014-03-241-0/+9
* Fixed #22291 -- Avoided shadowing deadlock exceptions on MySQL.Aymeric Augustin2014-03-231-1/+7
* Fixed PostGIS test failures.Simon Charette2014-03-221-0/+2
* Fixed #22299 -- Cleanup wizard temp files when possible.Simon Charette2014-03-222-1/+27
* Advanced deprecation warnings for 1.8.Aymeric Augustin2014-03-222-7/+7
* Removed GeoRSSSitemapClaude Paroz2014-03-228-195/+14
* Made m2m fields form help_text munging specific to admin widgets.Ramiro Morales2014-03-221-1/+8
* Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets.Loic Bistuer2014-03-221-15/+12
* Removed an unused variable.Alex Gaynor2014-03-221-1/+1
* Fixed a failing test introduced in 918a16bc4c099ab0cae72a231de3e99e2a9d02cb.Baptiste Mispelon2014-03-221-12/+19
* Fixed #22241 -- Selectively added line breaks in admin read-only fieldsClaude Paroz2014-03-223-3/+5
* Fixed #22256 -- Replaced bad fallback for missing PATHPatrick Michaud2014-03-221-1/+1
* Fixed #22294 -- Prevented converting length filter output to stringClaude Paroz2014-03-221-1/+1
* Avoided transactional truncates on amateur databases.Aymeric Augustin2014-03-221-4/+5