django/docs/ref/models
Claude Paroz ebc773ada3 Replaced many smart_bytes by force_bytes
In all those occurrences, we didn't care about preserving the
lazy status of the strings, but we really wanted to obtain a
real bytestring.
2012-08-29 11:20:32 +02:00
..
fields.txt Fixed typo in model fields reference docs. 2012-08-26 00:24:32 -03:00
index.txt Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:27:44 +00:00
instances.txt Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
options.txt Fixed #18145 -- Improved documentation of unique_together type fields 2012-06-30 17:16:40 -04:00
querysets.txt Fixed #18306 -- Made deferred models issue update_fields on save 2012-08-12 22:39:27 +03:00
relations.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00