Commit History

Author SHA1 Message Date
  Ana Krivokapic 0707b824fe Fixed #22328 -- Added --exclude option to compilemessages and makemessages. 11 years ago
  Claude Paroz d1f93e9c1e Fixed #22507 -- Clarified nature of the sender argument of signals 11 years ago
  Aymeric Augustin 3033a7193a Fixed #21166 -- Reset errors_occurred flag after commit and rollback. 11 years ago
  Ben Davis 5c0333de2e Fixed #22517, "view prefix" still referenced in urlconf docs 11 years ago
  Aymeric Augustin 0315f01087 Fixed a confusing heading in applications docs. 11 years ago
  Tim Graham f65eb15ac6 Fixed #22504 -- Corrected domain terminology in security guide. 11 years ago
  Víðir Valberg Guðmundsson deb561bbe2 Fixed #22422 -- Moved information about the application loading process to refs/applications.txt. 11 years ago
  Moayad Mardini 3776926cfe Fixed #22493 - Added warnings to raw() and extra() docs about SQL injection 11 years ago
  Tim Graham 9e7f86b890 Fixed #22515 -- Fixed the object_id of the LogEntry that's created after a user password change in the admin. 11 years ago
  Aymeric Augustin e368912902 Set some transaction-related feature flags on SQLite. 11 years ago
  Shai Berger 843613add4 Fixed #22498 -- constraint name was not quoted in FK creation SQL 11 years ago
  Shai Berger 53d97e4fe3 Made sure cursor.close() does not complain if cursor is already closed on Oracle 11 years ago
  Aymeric Augustin 25209715d4 Prevented a crash in the cursor wrappers on Oracle. 11 years ago
  Aymeric Augustin b0f4eecfa7 Ignored repeated calls to connection.close(). 11 years ago
  Tim Graham d238c58912 Fixed #22499 -- Fixed a typo in an admin_views test that caused failure on Oracle. 11 years ago
  Claude Paroz 7c24027bad Renamed Transifex project from django-core to django 11 years ago
  Kevin Christopher Henry 91afc00513 Fixed #21157 -- Fixed problems with ResolverMatch 11 years ago
  Aymeric Augustin 0aa4c6c391 Used the same instance of atomic for entry and exit. 11 years ago
  Aymeric Augustin e74d2183c2 Wrapped migrations in a transaction only on DBs with transactional DDL. 11 years ago
  Claude Paroz 3a435a057c Set compile messages options as class variable 11 years ago
  Malcolm Box af5f688392 Fixed #22495 -- Locmem cache.add() failed with infinite timeouts 11 years ago
  Claude Paroz 2ffa6ca73a Added Spatialite support to the new migration framework 11 years ago
  Claude Paroz 48c4ea4146 Used migration framework in GIS test tearDown 11 years ago
  Preston Timmons 3c06b2f2a3 Fixed #22486 -- Restored the ability to reverse views created using functools.partial. 11 years ago
  Alex Gaynor c3152e5bcd Merge pull request #2602 from intgr/typofix 11 years ago
  Marti Raudsepp 11d453bcad Various documentation typo/spelling fixes 11 years ago
  Ray Ashman 9853779805 Updated grammar in description of django.contrib.auth. 11 years ago
  Donald Stufft 03401701f3 Merge pull request #2600 from alex/builtin-constant-time-compare 11 years ago
  Alex Gaynor 58176dee88 Use the stdlib's compare_digest for constant time comparisons when available 11 years ago
  Tim Graham 9fb95dfc9f Added 1.6.4 release note stub. 11 years ago