summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-04Fixed #25297 -- Allowed makemessages to work with {% trans %} tags that use t...Alexandre Pocquet
2015-09-04Added links to new security settings introduced in 1.8.David Sanders
2015-09-04Fixed #25353 -- Changed LogEntry.action_time to a "date created".Tim Graham
2015-09-04Refs #25144 -- Revised deprecation timeline: migrations won't become compulsory.Tim Graham
2015-09-04Fixed #25144 -- Allowed migrate to create tables for apps without migrations.Tim Graham
2015-09-04Fixed #25099 -- Fixed crash in AdminEmailHandler on DisallowedHost.Vlastimil Zíma
2015-09-04Removed unused CSS in contrib.admin.elky
2015-09-04Fixed #25348 -- Removed unused gif/png images from contrib.admin.elky
2015-09-04Fixed GeoIP test crash when dependencies not installed.Tim Graham
2015-09-04Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-09-04Updated static files howto title to include JavaScript.David Gibbons
2015-09-04Fixed #19263 -- Fixed crash when filtering using __in and an empty QuerySet.Tim Graham
2015-09-03Documented a limitation of Options.required_db_features.Tim Graham
2015-09-03Fixed #25326 -- Added namedtuple example for executing custom SQL.Dražen Odobašić
2015-09-03Fixed #25058 -- Added GenericRelations with related_query_name to the admin's...sarthakmeh
2015-09-03Moved misplaced versionadded annotation.Tim Graham
2015-09-03Removed some test settings following removal of compatibility checks.Tim Graham
2015-09-03Fixed #25335 -- Fixed regression where QuerySet.iterator() didn't return an i...Gavin Wahl
2015-09-02Refs #24152 -- Fixed typos in deprecated GeoQuerySet aggregate names.Tim Graham
2015-09-02Fixed #25246 -- Guarded against duplicate paths in AppConfig.Caio Ariede
2015-09-02Added linting for JavaScript tests.Nik Nyby
2015-09-01Removed obsolete TODO about moving CommaSeparatedIntegerField into contrib.Tim Graham
2015-09-01Fixed #25320 -- Reverted ManyToManyField.null to False for backwards compatib...Tim Graham
2015-08-31Rewrote form widget tests as proper unittests.Preston Timmons
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-31Refs #24121 -- Added a repr() to gis.GeoIP and gis.GeoIP2.Keryn Knight
2015-08-31Refs #24121 -- Added repr() to LazySettings, Settings, and UserSettingsHolder.Keryn Knight
2015-08-31Fixed #25289 -- Updated admin's jQuery to 2.1.4.Tim Graham
2015-08-31Removed unnecessary DBCacheTests.test_clear_commits_transaction test.Adam Chainz
2015-08-31Cleaned up example migration files in docsTyson Clugg
2015-08-31Fixed #25259 -- Added comments to header of generated migration filesTyson Clugg
2015-08-31Fixed #25324 -- Registered ModelAdmin instances with @admin.register decoratorY3K
2015-08-31Fixed #25252 -- Added friendly error message on incorrect .select_related() useY3K
2015-08-31Clarified 404.html usage, excplicitly stated that it's used when DEBUG is FalseDavid Sanders
2015-08-29Made the autoreloader survive all exceptions.Aymeric Augustin
2015-08-29Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin
2015-08-29Ensured gen_filenames() yields native strings.Aymeric Augustin
2015-08-29Refactored autoreload tests.Aymeric Augustin
2015-08-29Accounted for error files in the autoreloader.Aymeric Augustin
2015-08-29Fixed #25262 -- Removed the enable_comments field from FlatPageAdmin.Y3K
2015-08-28Fixed #17375 -- Changed makemessages to use xgettext with --files-fromSergey Kolosov
2015-08-28Fixed #25323 -- Fixed selenium test failures with chromedriver 2.18.Tim Graham
2015-08-28Fixed #25318 -- Made SILENCED_SYSTEM_CHECKS suppress all messages.Tim Graham
2015-08-28Fixed #25322 -- Lazily compiled core.validators regular expressions.Jonas Haag
2015-08-28Fixed #25299 -- Fixed crash with ModelAdmin.list_display value that clashes w...Tim Graham
2015-08-28Refs #24590 -- Ensured isolation between autodetector testsMarkus Holtermann
2015-08-27Refs #20597 -- Fixed spelling of HiDPI.Tim Graham
2015-08-27Fixed #20597 -- Replaced admin GIF/PNG icons by SVGelky
2015-08-27Fixed #22634 -- Made the database-backed session backends more extensible.Sergey Kolosov
2015-08-27Removed historical note about session serialization.Tim Graham