summaryrefslogtreecommitdiff
path: root/django/contrib
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne2014-12-0817-32/+32
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-037-26/+26
* Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddle...Tim Graham2014-12-033-32/+53
* 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 #23934 -- Fixed regression in admin views obj parameter.Kamil Braun2014-12-021-5/+5
* Fixed #23945 -- Made default site use the configured SITE_ID.wrwrwr2014-12-012-1/+10
* Fixed #23929 -- Added more tests for create_default_site.wrwrwr2014-12-011-11/+58
* 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 #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
* Fixed #23925 -- Allowed settings.AUTHENTICATION_BACKENDS to reference import ...sdeprez2014-11-283-5/+36
* Fixed #23894 -- Made deconstruct methods favor kwargs over argsMarkus Holtermann2014-11-281-2/+4
* Fixed #23338 -- Added warning when unique=True on ForeigKeyDiego Guimarães2014-11-271-0/+1
* Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.read...wrwrwr2014-11-277-15/+30
* Fixed #23867 -- removed DateQuerySet hacksAnssi Kääriäinen2014-11-262-16/+0
* Fixed #23677 -- Removed contrib.formtoolsTim Graham2014-11-26209-6248/+0
* Fixed #23915 -- Made sure m2m fields through non-pk to_field are allowed in t...Simon Charette2014-11-251-1/+8
* Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette2014-11-251-5/+4
* Fixed #23898 -- Added missing context to admin's deleted_selected view.Redouane Zait2014-11-251-11/+12
* Removed direct references to template-related settings.Aymeric Augustin2014-11-232-3/+5
* Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"Carl Meyer2014-11-222-3/+3
* Fixed #23892 -- Made deconstructible classes forwards compatibleCarl Meyer2014-11-222-3/+3
* Avoided rewrapping Contexts in render_to_response.Aymeric Augustin2014-11-221-6/+6
* Fixed #23873 -- Improved GIS error message when GEOS is not installed.Carl Meyer2014-11-191-0/+9
* Fixed GIS tests to again skip without error when GEOS is not installed.Carl Meyer2014-11-191-2/+1
* Replaced caching of a property with @cached_property.Aymeric Augustin2014-11-191-11/+6
* Simplified caching of password hashers.Aymeric Augustin2014-11-192-34/+32
* Fixed GeoSQLCompiler to pass itself correctly to column as_sql.Carl Meyer2014-11-191-1/+1
* Removed a deprecated use of SQLCompiler as quote_name in GIS.Carl Meyer2014-11-191-1/+1
* Added assertion error message for test_make_lineClaude Paroz2014-11-171-1/+3
* Renamed qn to compilerJosh Smeaton2014-11-1610-53/+53
* Added a new GeoJSON serialization format for GeoDjangoClaude Paroz2014-11-155-0/+160
* Refs #23793 -- Fixed test failure after password reset messages clarificationErik Romijn2014-11-151-2/+2
* Merge pull request #3531 from ddaan/ticket_23834Marc Tamlyn2014-11-151-1/+1
|\
| * added test and fix to check for default null on ArrayFieldDaan Vielen2014-11-151-1/+1
* | Fixed #23793 -- Clarified password reset messages.Yigit Guler2014-11-152-2/+2
* | Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton2014-11-1513-82/+116
|/
* Fixed #23750 -- Allowed core.checks.register to be used as a functionaverybigant2014-11-113-3/+3
* Added HStoreField.Marc Tamlyn2014-11-0410-2/+308
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-034-4/+4
* Fixed #5405 -- Added admindocs support for reStructured text in model docstringsZan Anderle2014-11-032-8/+13
* Changed docstrings in admindocs/utils to comply to PEP 257Zan Anderle2014-11-031-3/+3
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-0313-72/+65
* Fixed #23731 -- Fixed migrations crash when adding blank GeometryFields on Po...Tim Graham2014-10-312-1/+30
* Renamed SpatiaLite feature flag introduced in refs #23152.Tim Graham2014-10-312-2/+2
* Avoided using private API get_template_from_string.Aymeric Augustin2014-10-311-2/+2
* Fixed #23152 -- Added support for transactional Spatialite metadata initializ...Tim Graham2014-10-302-1/+10